Skip to content

Commit

Permalink
[SECURITY] Fix Zip Slip Vulnerability CVE-2022-4065
Browse files Browse the repository at this point in the history
Update TestNG version to 7.7.0

References:
- TestNG issue #2665 comments testng-team/testng#2665
- CVE-2022-4065 https://devhub.checkmarx.com/cve-details/CVE-2022-4065
- TODO upgrade version when testng-team/testng#2806 will be released
  • Loading branch information
evantill committed Dec 9, 2022
1 parent 917b795 commit 1796a74
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle.kts
Expand Up @@ -22,11 +22,7 @@ dependencies {
implementation("org.slf4j:slf4j-api:2.0.5")
implementation("ch.qos.logback:logback-classic:1.4.5")
providedCompile("jakarta.servlet:jakarta.servlet-api:5.0.0")
/**
* CVE-2022-4065 https://devhub.checkmarx.com/cve-details/CVE-2022-4065
* TODO upgrade version when https://github.com/cbeust/testng/pull/2806 will be released
*/
testImplementation("org.testng:testng:7.6.1")
testImplementation("org.testng:testng:7.7.0")
}

gretty {
Expand Down

0 comments on commit 1796a74

Please sign in to comment.