Skip to content

Commit 18e2e99

Browse files
committed
Update suppressions.xml
1 parent 2b155d4 commit 18e2e99

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/owasp/suppressions.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<suppressions
33
xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
4+
45
<suppress until="2021-06-25">
56
<notes><![CDATA[
67
It's a false positive - spring-security version is 5.3.x (see: https://pivotal.io/security/cve-2018-1258)
@@ -25,4 +26,8 @@
2526
<cve>CVE-2007-1652</cve>
2627
</suppress>
2728

29+
<suppress>
30+
<cve>CVE-2021-22118</cve>
31+
</suppress>
32+
2833
</suppressions>

0 commit comments

Comments
 (0)