Skip to content

Commit

Permalink
fix(fp): Improve suppression for Glassfish Server false positives (#7016
Browse files Browse the repository at this point in the history
)

Signed-off-by: Chad Wilson <[email protected]>
  • Loading branch information
chadlwilson authored Oct 8, 2024
1 parent c6630d1 commit df35f22
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[
FP per issue #6626
hand-curated better suppression for FP per issues #6626 and #7015
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.glassfish\.expressly/expressly@.*$</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 df35f22

Please sign in to comment.