Skip to content

Commit

Permalink
Fix OWASP false positive for Netty (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Traverse authored Sep 11, 2023
1 parent 6181d84 commit 19441b8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dev/compliance/owasp-false-positives.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,13 @@
<vulnerabilityName>CVE-2020-21469</vulnerabilityName>
</suppress>

<!-- Netty does not do host name verification for SSL by default, it has to be enabled in code -->
<!-- There is a discussion whether to change the default before Netty 5 -->
<!-- https://github.com/netty/netty/issues/8537 -->

<suppress>
<packageUrl regex="true">^pkg:maven/io\.netty/netty\-handler@.*$</packageUrl>
<vulnerabilityName>CVE-2023-4586</vulnerabilityName>
</suppress>

</suppressions>

0 comments on commit 19441b8

Please sign in to comment.