Skip to content

Commit

Permalink
Merge pull request #397 from hmcts/netty-suppress
Browse files Browse the repository at this point in the history
Suppress netty CVE with no fix
  • Loading branch information
nikola-naydenov-hmcts authored Oct 24, 2023
2 parents e60f5a5 + 8cc0e1c commit ac871d6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/owasp/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,11 @@
<cve>CVE-2022-45688</cve>
<cve>CVE-2023-5072</cve>
</suppress>

<!-- No fix till netty 5 release or fix applied to netty 4 -->
<suppress base="true">
<gav regex="true">^.*netty.*$</gav>
<cve>CVE-2023-4586</cve>
</suppress>

</suppressions>

0 comments on commit ac871d6

Please sign in to comment.