File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
src/main/java/com/fasterxml/jackson/databind/jsontype/impl Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,13 @@ Project: jackson-databind
69
69
#2339 : Suboptimal return type for `ObjectNode.set()`
70
70
(reported by Victor N)
71
71
72
+ 2.9.10 (not yet released)
73
+
74
+ #2410 : Block one more gadget type (CVE-2019 -14540 )
75
+ (reported by iSafeBlue@github /
[email protected] )
76
+ #2420 : Block one more gadget type (no CVE allocated yet)
77
+
78
+
72
79
2.9.9.3 (06 -Aug-2019 )
73
80
74
81
#2395 : `NullPointerException` from `ResolvedRecursiveType` (regression due to fix for #2331 )
Original file line number Diff line number Diff line change @@ -96,6 +96,12 @@ public class SubTypeValidator
96
96
// [databind#2389]: logback/jndi
97
97
s .add ("ch.qos.logback.core.db.JNDIConnectionSource" );
98
98
99
+ // [databind#2410]: HikariCP/metricRegistry config
100
+ s .add ("com.zaxxer.hikari.HikariConfig" );
101
+
102
+ // [databind#2420]: CXF/JAX-RS provider/XSLT
103
+ s .add ("org.apache.cxf.jaxrs.provider.XSLTJaxbProvider" );
104
+
99
105
DEFAULT_NO_DESER_CLASS_NAMES = Collections .unmodifiableSet (s );
100
106
}
101
107
You can’t perform that action at this time.
0 commit comments