Skip to content

Commit

Permalink
Merge pull request wildfly#17818 from darranl/WFLY-19236
Browse files Browse the repository at this point in the history
[WFLY-19236] Update the suppression of the CPE mapping for the org.wildfly.deployment:transformer component.
  • Loading branch information
bstansberry authored Apr 15, 2024
2 parents f7759f3 + eb50c94 commit e33eecb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sca-overrides/owasp-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,10 @@
<suppress>
<notes><![CDATA[
file name: transformer-7.0.0.Beta2.jar
[WFLY-19236] This component is independent of WildFly so should not be matched against WildFly CVEs.
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.wildfly\.galleon\-plugins/transformer@.*$</packageUrl>
<packageUrl regex="true">^pkg:maven/org\.wildfly\.deployment/transformer@.*$</packageUrl>
<cpe>cpe:/a:redhat:wildfly</cpe>
</suppress>
<suppress>
Expand Down

0 comments on commit e33eecb

Please sign in to comment.