mirror of
https://github.com/apache/struts.git
synced 2026-08-05 06:36:58 +00:00
Fixes suppression file
This commit is contained in:
@@ -314,7 +314,7 @@
|
||||
<version>3.1.1</version>
|
||||
<configuration>
|
||||
<suppressionFiles>
|
||||
<suppressionFile>${project.basedir}/src/etc/project-suppression.xml</suppressionFile>
|
||||
<suppressionFile>src/etc/project-suppression.xml</suppressionFile>
|
||||
</suppressionFiles>
|
||||
<failBuildOnCVSS>7</failBuildOnCVSS>
|
||||
<skipProvidedScope>true</skipProvidedScope>
|
||||
|
||||
@@ -22,15 +22,22 @@
|
||||
<notes><![CDATA[
|
||||
This suppresses false positives identified on Struts Annotations.
|
||||
]]></notes>
|
||||
<gav regex="true">org\.apache\.struts:struts\-annotations\:1\.0\.6</gav>
|
||||
<gav regex="true">org\.apache\.struts:struts\-annotations\:1\.0\.6.*$</gav>
|
||||
<cpe>cpe:/a:apache:struts:1.0.6</cpe>
|
||||
</suppress>
|
||||
<suppress>
|
||||
<notes><![CDATA[
|
||||
This suppresses false positives identified on Struts 1.
|
||||
]]></notes>
|
||||
<gav regex="true">org\.apache\.struts\:struts\-*:1\.3\.8</gav>
|
||||
<cpe>cpe:/a:apache:struts:1.3.8</cpe>
|
||||
<cpe>cpe:/a:apache:tiles:1.3.8</cpe>
|
||||
<notes><![CDATA[file name: struts-core-1.3.8.jar]]></notes>
|
||||
<gav regex="true">^org\.apache\.struts:struts\-core\:1\.3\.8.*$</gav>
|
||||
<cpe>cpe:/a:apache:struts</cpe>
|
||||
</suppress>
|
||||
<suppress>
|
||||
<notes><![CDATA[file name: struts-tiles-1.3.8.jar]]></notes>
|
||||
<gav regex="true">^org\.apache\.struts:struts\-tiles\:1\.3\.8.*$</gav>
|
||||
<cpe>cpe:/a:apache:struts</cpe>
|
||||
</suppress>
|
||||
<suppress>
|
||||
<notes><![CDATA[file name: struts-taglib-1.3.8.jar]]></notes>
|
||||
<gav regex="true">^org\.apache\.struts:struts\-taglib\:1\.3\.8.*$</gav>
|
||||
<cpe>cpe:/a:apache:struts</cpe>
|
||||
</suppress>
|
||||
</suppressions>
|
||||
Reference in New Issue
Block a user