Azure / kafka-sink-azure-kusto

Kafka sink for Kusto
MIT License
48 stars 24 forks source link

Upgraded JUnit from 4.7 to 4.13.1 #47

Closed yihezkel closed 4 years ago

yihezkel commented 4 years ago

Pull Request Description

Upgrading to JUnit 4.13.1 even though we're not affected by this vulnerability for the following reasons: 1) This is for junit, which is not delivered anyway (pom test scope) 2) We don't use any Rules, nevermind the vulnerable Rule "TemporaryFolder" 3) We never execute this in a place where there are both: a. Sensitive data in a TemporaryFolder, and b. Untrusted users


Future Release Comment

Upgraded JUnit from 4.7 to 4.13.1

Fixes: