Skip to content

Commit

Permalink
Merge pull request #29 from lesserwhirls/databind
Browse files Browse the repository at this point in the history
Release 1.0.5
  • Loading branch information
lesserwhirls authored Sep 5, 2023
2 parents ad8aa48 + 0e4ca28 commit 2212fbe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# project version
#
tpfrVersion = "1.0.5-SNAPSHOT"
tpfrVersion = "1.0.6-SNAPSHOT"
#
# dependency versions
#
Expand Down
11 changes: 11 additions & 0 deletions project_files/owasp/dependency-check-suppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,15 @@
<packageUrl regex="true">^pkg:maven/com\.google\.guava/guava@.*$</packageUrl>
<vulnerabilityName>CVE-2020-8908</vulnerabilityName>
</suppress>
<suppress>
<notes><![CDATA[
file name: jackson-databind-2.15.2.jar
reason: DISPUTED: the vendor's perspective is that this is not a valid vulnerability report, because
the steps of constructing a cyclic data structure and trying to serialize it cannot be
achieved by an external attacker. See:
https://github.com/FasterXML/jackson-databind/issues/3972
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$</packageUrl>
<cve>CVE-2023-35116</cve>
</suppress>
</suppressions>

0 comments on commit 2212fbe

Please sign in to comment.