Skip to content

Commit

Permalink
Exclude netty vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmuma committed Sep 28, 2023
1 parent c86940f commit 08d5cd2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,9 @@
<!-- CWE-611: Improper Restriction of XML External Entity Reference ('XXE') (9.8); -->
<!-- Used in tests only. -->
<exclude>CVE-2020-36641</exclude>
<!-- Vulnerabilities in io.netty:netty-handler:jar:4.1.99.Final -->
<!-- CWE-300: Channel Accessible by Non-Endpoint ('Man-in-the-Middle') (6.5); -->
<exclude>CVE-2023-4586</exclude>
</excludeVulnerabilityIds>
</configuration>
</plugin>
Expand Down

0 comments on commit 08d5cd2

Please sign in to comment.