Skip to content

Commit e217caa

Browse files
committed
[ITB-1215] Refactoring
1 parent a9fa810 commit e217caa

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

etc/owasp-suppressions.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,7 @@
2525
<notes><![CDATA[
2626
file name: spring-aop-5.3.19.jar
2727
]]></notes>
28-
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-aop@.*$</packageUrl>
29-
<cve>CVE-2016-1000027</cve>
30-
</suppress>
31-
<suppress>
32-
<notes><![CDATA[
33-
file name: spring-core-5.3.19.jar
34-
]]></notes>
35-
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-core@.*$</packageUrl>
28+
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-.*@.*$</packageUrl>
3629
<cve>CVE-2016-1000027</cve>
3730
</suppress>
3831
</suppressions>

0 commit comments

Comments
 (0)