Skip to content

Commit 767778f

Browse files
authored
fix(fp): FP per issue #5945 (#7272)
Signed-off-by: Chad Wilson <chadw@thoughtworks.com>
1 parent 708ee65 commit 767778f

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

generatedSuppressions.xml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1680,11 +1680,20 @@ only pkg:maven/org.clojure:clojure@.* is the CPE cpe:/a:clojure:clojure
16801680
</suppress>
16811681
<suppress base="true">
16821682
<notes><![CDATA[
1683-
FP per issue #6757 + manual improvement for related
1683+
FP per issue #6757 + manual improvement for related.
1684+
NOTE: the additional colon in the CPE is required to not match on prefix
16841685
]]></notes>
16851686
<packageUrl regex="true">^pkg:maven/org\.apache\.sandesha2/sandesha2.*$</packageUrl>
1686-
<cpe>cpe:/a:apache:axis2</cpe>
1687-
<cpe>cpe:/a:apache:axis</cpe>
1687+
<cpe>cpe:/a:apache:axis2:</cpe>
1688+
<cpe>cpe:/a:apache:axis:</cpe>
1689+
</suppress>
1690+
<suppress base="true">
1691+
<notes><![CDATA[
1692+
FP per issue #5945 + manual improvement for related
1693+
NOTE: the additional colon in the CPE is required to not match on prefix
1694+
]]></notes>
1695+
<packageUrl regex="true">^pkg:maven/org\.apache\.axis2.*$</packageUrl>
1696+
<cpe>cpe:/a:apache:axis:</cpe>
16881697
</suppress>
16891698
<suppress base="true">
16901699
<notes><![CDATA[

0 commit comments

Comments
 (0)