Skip to content

Commit

Permalink
Merge pull request #637 from hmcts/RDCC-6061
Browse files Browse the repository at this point in the history
RDCC-6061: Adding Suppression for `CVE-2022-41881`
  • Loading branch information
AdilHMCTS authored Dec 21, 2022
2 parents b955a81 + ebd0521 commit 6381f9a
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 @@ -38,4 +38,11 @@
<cve>CVE-2022-42004</cve>
<cve>CVE-2021-37533</cve>
</suppress>
<suppress until="2024-01-01">
<notes><![CDATA[
netty 4.1.85
]]></notes>
<packageUrl regex="true">^pkg:maven/io\.netty/netty-.+@.*$</packageUrl>
<cve>CVE-2022-41881</cve>
</suppress>
</suppressions>

0 comments on commit 6381f9a

Please sign in to comment.