How to resolve TestNG Vulnerability?
I want to use TestNG in my automatiuon framework but due TestNG active vulnerabilities not able to use it duer to security issue
How to resolve TestNG Vulnerability?
I want to use TestNG in my automatiuon framework but due TestNG active vulnerabilities not able to use it duer to security issue
As fer as I can see from latest TestNG artifact there is the only vulnerability in one of the dependencies (
org.yaml:snakeyaml:1.33).However
org.yaml:snakeyaml:2.0has that vulnerability fixed.So your option would be to add that last version of
snakeyamlto your root pom so that maven will take it in priority and hope that it is backward compatible with1.33