Skip to content

Commit

Permalink
fix(fp): Suppress the sms:sms CPE for Maven packages as per issues #7250
Browse files Browse the repository at this point in the history
 and #2995
  • Loading branch information
aikebah committed Dec 18, 2024
1 parent f065359 commit f204335
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions generatedSuppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2058,3 +2058,12 @@ only pkg:maven/org.clojure:clojure@.* is the CPE cpe:/a:clojure:clojure
<packageUrl regex="true">^pkg:maven/(?!io\.grpc/).*$</packageUrl>
<cpe>cpe:/a:grpc:grpc</cpe>
</suppress>
<suppress base="true">
<notes><![CDATA[
FPs original report for private libs: #2995
Additional public libs affected by the same reported in #7251
The sms:sms (Linux SMS package) is not a Java library so it will never appear on the Maven repository
]]></notes>
<packageUrl regex="true">^pkg:maven\/.*$</packageUrl>
<cpe>cpe:/a:sms:sms</cpe>
</suppress>

0 comments on commit f204335

Please sign in to comment.