Skip to content

Commit

Permalink
Merge pull request #527 from hmcts/CVE-Suppression
Browse files Browse the repository at this point in the history
CVE-2023-2976 and CVE-2022-1471 Suppression.
  • Loading branch information
davejones74 authored Jun 30, 2023
2 parents 3c96878 + dc12616 commit 3cb1b8e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dependency-check-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,14 @@
<notes>CVE-2023-35116 An issue was discovered jackson-databind thru 2.15.2 allows attackers to cause a denial of service or other unspecified impacts via crafted object that uses cyclic dependencies. </notes>
<cve>CVE-2023-35116</cve>
</suppress>

<suppress>
<notes>CVE-2023-2976 Use of Java's default temporary directory for file creation in `FileBackedOutputStream` in Google Guava versions 1.0 to 31.1 on Unix systems </notes>
<cve>CVE-2023-2976</cve>
</suppress>
<suppress>
<notes>CVE-2023-35116 SnakeYaml's Constructor() class does not restrict types which can be instantiated during deserialization. </notes>
<cve>CVE-2022-1471</cve>
</suppress>

</suppressions>

0 comments on commit 3cb1b8e

Please sign in to comment.