Skip to content

Commit

Permalink
add suppression for jackson dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
otbe committed Aug 30, 2023
1 parent b4b5c84 commit ef1d176
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@
<notes>We're not using XML here, and also there is no updated jackson-core yet, so that we cannot avoid the transitive dependency.</notes>
<cve>CVE-2022-45688</cve>
</suppress>
<suppress>
<notes>CVE is being considered by the community a false positive. See https://github.com/FasterXML/jackson-databind/issues/3972.</notes>
<cve>CVE-2023-35116</cve>
</suppress>
</suppressions>

0 comments on commit ef1d176

Please sign in to comment.