Skip to content

Commit

Permalink
Add netty fp suppression to dependency check
Browse files Browse the repository at this point in the history
  • Loading branch information
MediaMarco committed Aug 31, 2023
1 parent 019c5f2 commit abd26ac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dependency-check-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,11 @@
<packageUrl regex="true">^pkg:maven/.*$</packageUrl>
<cve>CVE-2023-38286</cve>
</suppress>
<suppress>
<notes><![CDATA[
FP netty issue
]]></notes>
<packageUrl regex="true">^pkg:maven/io\.netty/netty-handler@.*$</packageUrl>
<cve>CVE-2023-4586</cve>
</suppress>
</suppressions>

0 comments on commit abd26ac

Please sign in to comment.