Skip to content

Commit 4774069

Browse files
lauritjaydeluca
andauthored
Suppress false positive OWASP failures (#14004)
Co-authored-by: Jay DeLuca <[email protected]>
1 parent f7154db commit 4774069

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

buildscripts/dependency-check-suppressions.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,16 @@
1313
<vulnerabilityName>CVE-2023-45142</vulnerabilityName>
1414
<vulnerabilityName>CVE-2023-47108</vulnerabilityName>
1515
</suppress>
16+
<suppress>
17+
<!-- detected CVE is for a different project https://www.cve.org/CVERecord?id=CVE-2018-17046 -->
18+
<packageUrl>pkg:maven/codes.rafael.asmjdkbridge/[email protected]</packageUrl>
19+
<vulnerabilityName>CVE-2018-17046</vulnerabilityName>
20+
</suppress>
21+
<suppress>
22+
<!-- detected CVEs are json-java not groovy-json, https://www.cve.org/CVERecord?id=CVE-2022-45688
23+
https://nvd.nist.gov/vuln/detail/cve-2023-5072 -->
24+
<packageUrl>pkg:maven/org.codehaus.groovy/[email protected]</packageUrl>
25+
<vulnerabilityName>CVE-2022-45688</vulnerabilityName>
26+
<vulnerabilityName>CVE-2023-5072</vulnerabilityName>
27+
</suppress>
1628
</suppressions>

0 commit comments

Comments
 (0)