Skip to content

Commit

Permalink
Ignore CVE-2023-4586 for more netty packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MediaMarco committed Oct 25, 2023
1 parent e2fe8b6 commit 9a22b5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependency-check-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@
</suppress>
<suppress>
<notes><![CDATA[
FP netty issue
Netty does not provide TLS Hostname validation
]]></notes>
<packageUrl regex="true">^pkg:maven/io\.netty/netty-handler@.*$</packageUrl>
<packageUrl regex="true">^pkg:maven/io\.netty/netty-.*@.*$</packageUrl>
<cve>CVE-2023-4586</cve>
</suppress>
</suppressions>

0 comments on commit 9a22b5f

Please sign in to comment.