Skip to content

Commit

Permalink
fix: Fixup improper packageURL, should end in @ before version, not /
Browse files Browse the repository at this point in the history
  • Loading branch information
aikebah committed Feb 25, 2023
1 parent 8a8e5d2 commit 7d881ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6185,7 +6185,7 @@
suppress various improper matches to the CPE that belongs only to pkg:maven/org.json/json
FP per #5502
]]></notes>
<packageUrl regex="true">^(?!pkg:maven/org\.json/json/).+$</packageUrl>
<packageUrl regex="true">^(?!pkg:maven/org\.json/json@).+$</packageUrl>
<cpe>cpe:/a:json-java_project:json-java</cpe>
</suppress>
</suppressions>

0 comments on commit 7d881ee

Please # to comment.