We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9fa810 commit e217caaCopy full SHA for e217caa
etc/owasp-suppressions.xml
@@ -25,14 +25,7 @@
25
<notes><![CDATA[
26
file name: spring-aop-5.3.19.jar
27
]]></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>
+ <packageUrl regex="true">^pkg:maven/org\.springframework/spring\-.*@.*$</packageUrl>
36
<cve>CVE-2016-1000027</cve>
37
</suppress>
38
</suppressions>
0 commit comments