Skip to content

Commit 419d771

Browse files
committed
Merge branch '2.9' into 2.10
2 parents 5162021 + d1c67a0 commit 419d771

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

release-notes/VERSION-2.x

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,48 @@ Project: jackson-databind
2929
3030
#2101: `FAIL_ON_NULL_FOR_PRIMITIVES` failure does not indicate field name in exception message
3131
(reported by raderio@github)
32+
33+
2.9.10.5 (not yet released)
34+
35+
#2688: Block one more gadget type (apache-drill)
36+
(reported by Topsec(tcc))
37+
38+
2.9.10.4 (11-Apr-2020)
39+
40+
#2631: Block one more gadget type (shaded-hikari-config, CVE-2020-9546)
41+
(reported by threedr3am & LFY)
42+
#2634: Block two more gadget types (ibatis-sqlmap, anteros-core; CVE-2020-9547 / CVE-2020-9548)
43+
(reported by threedr3am & V1ZkRA)
44+
#2642: Block one more gadget type (javax.swing, CVE-2020-10969)
45+
(reported by threedr3am)
46+
#2648: Block one more gadget type (shiro-core)
47+
#2653: Block one more gadget type (shiro-core)
48+
#2658: Block one more gadget type (ignite-jta, CVE-2020-10650)
49+
(reported by Srikanth Ramu, threedr3am'follower)
50+
#2659: Block one more gadget type (aries.transaction.jms, CVE-2020-10672)
51+
(reported by Srikanth Ramu)
52+
#2660: Block one more gadget type (caucho-quercus, CVE-2020-10673)
53+
(reported by threedr3am'follower)
54+
#2662: Block one more gadget type (bus-proxy, CVE-2020-10968)
55+
(reported by XuYuanzhen)
56+
#2664: Block one more gadget type (activemq-pool[-jms], CVE-2020-11111)
57+
(reported by Srikanth Ramu)
58+
#2666: Block one more gadget type (apache/commons-proxy, CVE-2020-11112)
59+
(reported by Yiting Fan)
60+
#2670: Block one more gadget type (openjpa, CVE-2020-11113)
61+
(reported by XuYuanzhen)
62+
#2680: Block one more gadget type (SSRF, spring-aop, CVE-2020-11619)
63+
#2682: Block one more gadget type (commons-jelly, CVE-2020-11620)
64+
65+
2.9.10.3 (23-Feb-2020)
66+
67+
#2620: Block one more gadget type (xbean-reflect/JNDI - CVE-2020-8840)
68+
(reported by threedr3am@github)
69+
70+
2.9.10.2 (03-Jan-2020)
71+
72+
#2526: Block two more gadget types (ehcache/JNDI - CVE-2019-20330)
73+
(repoerted by UltramanGaia)
3274
#2544: java.lang.NoClassDefFoundError Thrown for compact profile1
3375
(reported by Jon A)
3476
#2553: JsonDeserialize(contentAs=...) broken with raw collections

src/main/java/com/fasterxml/jackson/databind/jsontype/impl/SubTypeValidator.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ public class SubTypeValidator
180180
// [databind#2682]: commons-jelly
181181
s.add("org.apache.commons.jelly.impl.Embedded");
182182

183+
// [databind#2688]: apache/drill
184+
s.add("oadd.org.apache.xalan.lib.sql.JNDIConnectionPool");
185+
183186
DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
184187
}
185188

0 commit comments

Comments
 (0)