Skip to content

Commit

Permalink
Suppress false positive for CVE-2024-45244
Browse files Browse the repository at this point in the history
This is a vulnerability in the core Fabric Go implementation, detected
incorrectly by Java dependency-check due to the fabric-protos package.

Signed-off-by: Mark S. Lewis <[email protected]>
  • Loading branch information
bestbeforetoday committed Sep 15, 2024
1 parent a2b08a4 commit a5a8958
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions java/dependency-suppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,12 @@
<packageUrl regex="true">^pkg:maven/org\.hyperledger\.fabric/fabric\-protos@.*$</packageUrl>
<cve>CVE-2022-36023</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: fabric-protos-*.jar
CVE relates to github.com/hyperledger/fabric Go module
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.hyperledger\.fabric/fabric-protos@.*$</packageUrl>
<cve>CVE-2024-45244</cve>
</suppress>
</suppressions>

0 comments on commit a5a8958

Please sign in to comment.