diff --git a/pom.xml b/pom.xml index 990769441..738ddc72e 100644 --- a/pom.xml +++ b/pom.xml @@ -314,7 +314,7 @@ 3.1.1 - ${project.basedir}/src/etc/project-suppression.xml + src/etc/project-suppression.xml 7 true diff --git a/src/etc/project-suppression.xml b/src/etc/project-suppression.xml index 1373966c7..19454e35b 100644 --- a/src/etc/project-suppression.xml +++ b/src/etc/project-suppression.xml @@ -22,15 +22,22 @@ - org\.apache\.struts:struts\-annotations\:1\.0\.6 + org\.apache\.struts:struts\-annotations\:1\.0\.6.*$ cpe:/a:apache:struts:1.0.6 - - org\.apache\.struts\:struts\-*:1\.3\.8 - cpe:/a:apache:struts:1.3.8 - cpe:/a:apache:tiles:1.3.8 + + ^org\.apache\.struts:struts\-core\:1\.3\.8.*$ + cpe:/a:apache:struts + + + + ^org\.apache\.struts:struts\-tiles\:1\.3\.8.*$ + cpe:/a:apache:struts + + + + ^org\.apache\.struts:struts\-taglib\:1\.3\.8.*$ + cpe:/a:apache:struts \ No newline at end of file