Skip to content

Commit

Permalink
RDCC-6118: Adding suppression for CVE-2021-4277 (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdilHMCTS authored Jan 6, 2023
1 parent b9ee465 commit b31455b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/owasp/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,8 @@
<packageUrl regex="true">^pkg:maven/io\.netty/netty-.+@.*$</packageUrl>
<cve>CVE-2022-41881</cve>
</suppress>
<suppress until="2023-12-30">
<notes>cucumber:datatable pom contains com.googlecode.java-diff-utils:diffutils which has the CVE vulnerability, no fix has been released yet for this</notes>
<cve>CVE-2021-4277</cve>
</suppress>
</suppressions>

0 comments on commit b31455b

Please sign in to comment.