Skip to content

Commit 80824d0

Browse files
committed
build: ignore testng vulnerability false positive
Signed-off-by: Phil Adams <[email protected]>
1 parent 74ff238 commit 80824d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.cra/.cveignore

+5
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
[
2+
{
3+
"cve": "SNYK-JAVA-ORGTESTNG-3040285",
4+
"alwaysOmit": true,
5+
"comment": "The 'Zip Slip' vulnerability does not apply to this project because we merely use TestNG to execute testcases during our maven build, and we do not deliver a jar containing test classes."
6+
}
27
]

0 commit comments

Comments
 (0)