File tree 3 files changed +11
-3
lines changed
src/main/java/com/fasterxml/jackson/databind/jsontype/impl
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -661,6 +661,10 @@ svarzee@github
661
661
* Reported #2109 , suggested fix: Canonical string for reference type is built incorrectly
662
662
(2.8.11.3 / 2.9.7 )
663
663
664
+ Kaki King (kingkk9279@g)
665
+ * Reported #2449 : Block one more gadget type (cve CVE-2019 -14540 )
666
+ (2.9.10 )
667
+
664
668
Connor Kuhn (ckuhn@github)
665
669
* Contributed #1341 : FAIL_ON_MISSING_EXTERNAL_TYPE_ID_PROPERTY
666
670
(2.9.0 )
Original file line number Diff line number Diff line change @@ -13,13 +13,15 @@ Project: jackson-databind
13
13
#2387 : Block yet another deserialization gadget (CVE-2019 -14379 )
14
14
#2389 : Block yet another deserialization gadget (CVE-2019 -14439 )
15
15
(reported by xiexq)
16
+ #2404 : FAIL_ON_MISSING_EXTERNAL_TYPE_ID_PROPERTY setting ignored when
17
+ creator properties are buffered
18
+ (contributed by Joe B)
16
19
#2410 : Block one more gadget type (CVE-2019 -14540 )
17
20
(reported by iSafeBlue@github /
[email protected] )
18
21
#2420 : Block one more gadget type (no CVE allocated yet)
19
22
20
- #2404 : FAIL_ON_MISSING_EXTERNAL_TYPE_ID_PROPERTY setting ignored when
21
- creator properties are buffered
22
- (contributed by Joe B)
23
+ #2449 : Block one more gadget type (no CVE allocated yet)
24
+ (reported by Kaki K)
23
25
24
26
2.9.9 (16 -May-2019 )
25
27
Original file line number Diff line number Diff line change @@ -98,6 +98,8 @@ public class SubTypeValidator
98
98
99
99
// [databind#2410]: HikariCP/metricRegistry config
100
100
s .add ("com.zaxxer.hikari.HikariConfig" );
101
+ // [databind#2449]: and sub-class thereof
102
+ s .add ("com.zaxxer.hikari.HikariDataSource" );
101
103
102
104
// [databind#2420]: CXF/JAX-RS provider/XSLT
103
105
s .add ("org.apache.cxf.jaxrs.provider.XSLTJaxbProvider" );
You can’t perform that action at this time.
0 commit comments