Skip to content

Commit e5831a8

Browse files
authored
Upgrade to Jackson 2.9.10.6 (#1708)
https://nvd.nist.gov/vuln/detail/CVE-2020-24750 https://nvd.nist.gov/vuln/detail/CVE-2020-24616 Release notes: https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9#micro-patches > jackson-databind 2.9.10.6 (24-Aug-2020) -- with jackson-bom version 2.9.10.20200824 > > * FasterXML/jackson-databind#2798: Block one more gadget type (com.pastdev.httpcomponents, CVE-2020-24750 > * FasterXML/jackson-databind#2814: Block one more gadget type (Anteros-DBCP, CVE-2020-24616) > * FasterXML/jackson-databind#2826: Block one more gadget type (com.nqadmin.rowset) > * FasterXML/jackson-databind#2827: Block one more gadget type (org.arrahtec:profiler-core)
1 parent 5a6926b commit e5831a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

metrics-json/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<properties>
1919
<javaModuleName>com.codahale.metrics.json</javaModuleName>
20-
<jackson.version>2.9.10.5</jackson.version>
20+
<jackson.version>2.9.10.6</jackson.version>
2121
</properties>
2222

2323
<dependencyManagement>

metrics-servlets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<javaModuleName>com.codahale.metrics.servlets</javaModuleName>
2121
<papertrail.profiler.version>1.1.1</papertrail.profiler.version>
2222
<servlet.version>3.1.0</servlet.version>
23-
<jackson.version>2.9.10.5</jackson.version>
23+
<jackson.version>2.9.10.6</jackson.version>
2424
</properties>
2525

2626
<dependencyManagement>

0 commit comments

Comments
 (0)