Skip to content

Commit

Permalink
SSCS-11169 - upgrade jackson-databind (#1358)
Browse files Browse the repository at this point in the history
* SSCS-11169 - suppress CVE-2022-42003 until 2023 Jan

* SSCS-11169 upgrade jackson-databind

* SSCS-11169 - update comment

* SSCS 11169 - comment fix
  • Loading branch information
hajam09 committed Nov 16, 2022
1 parent c0cf33c commit 20c213d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ dependencyManagement {
//CVE-2021-28170
dependency group: 'org.glassfish', name: 'jakarta.el', version: '4.0.2'

//CVE-2020-36518, CVE-2022-42003, CVE-2022-42004
dependencySet(group: 'com.fasterxml.jackson.core', version: '2.13.4') {
//CVE-2020-36518, CVE-2022-42004
dependencySet(group: 'com.fasterxml.jackson.core', version: '2.14.0') {
entry 'jackson-databind'
entry 'jackson-core'
entry 'jackson-annotations'
Expand Down
7 changes: 0 additions & 7 deletions config/owasp/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,4 @@
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-web@.*$</packageUrl>
<cve>CVE-2016-1000027</cve>
</suppress>
<suppress until = "2022-11-08">
<notes><![CDATA[
file name: jackson-databind-2.13.4.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$</packageUrl>
<cve>CVE-2022-42003</cve>
</suppress>
</suppressions>

0 comments on commit 20c213d

Please sign in to comment.