Skip to content

Commit

Permalink
fix(fp): Improve suppression for Glassfish Server false positives (ro…
Browse files Browse the repository at this point in the history
…und 2) (#7024)

Signed-off-by: Chad Wilson <[email protected]>
  • Loading branch information
chadlwilson authored Oct 9, 2024
1 parent df35f22 commit 2865d47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generatedSuppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1556,9 +1556,9 @@
</suppress>
<suppress base="true">
<notes><![CDATA[
hand-curated better suppression for FP per issues #6626 and #7015
hand-curated better suppression for FP per issues #6626, #7015, #7019, #7020, #7021, #7022
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.glassfish\.(?!main).*$</packageUrl>
<packageUrl regex="true">^pkg:maven/org\.glassfish(?!\.main).*$</packageUrl>
<cpe>cpe:/a:eclipse:glassfish</cpe>
</suppress>
<suppress base="true">
Expand Down

0 comments on commit 2865d47

Please sign in to comment.