Skip to content

Commit

Permalink
Revert "chore: update jackson (#80)" (#82)
Browse files Browse the repository at this point in the history
This reverts commit d44d2e4.
  • Loading branch information
zieka authored Nov 16, 2022
1 parent 708ea51 commit 6787ab7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions suppressions.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress until="2022-11-17Z">
<notes><![CDATA[
file name: jackson-databind-2.13.4.jar
sev:HIGH
In FasterXML jackson-databind before 2.14.0-rc1, resource exhaustion can occur because of a lack of a check in primitive value deserializers to avoid deep wrapper array nesting, when the UNWRAP_SINGLE_VALUE_ARRAYS feature is enabled.
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\[email protected].*$</packageUrl>
<cve>CVE-2022-42003</cve>
</suppress>
</suppressions>

0 comments on commit 6787ab7

Please sign in to comment.