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 @@ -115,13 +115,15 @@ Project: jackson-databind
115
115
#2387 : Block yet another deserialization gadget (CVE-2019 -14379 )
116
116
#2389 : Block yet another deserialization gadget (CVE-2019 -14439 )
117
117
(reported by xiexq)
118
+ #2404 : FAIL_ON_MISSING_EXTERNAL_TYPE_ID_PROPERTY setting ignored when
119
+ creator properties are buffered
120
+ (contributed by Joe B)
118
121
#2410 : Block one more gadget type (CVE-2019 -14540 )
119
122
(reported by iSafeBlue@github /
[email protected] )
120
123
#2420 : Block one more gadget type (no CVE allocated yet)
121
124
122
- #2404 : FAIL_ON_MISSING_EXTERNAL_TYPE_ID_PROPERTY setting ignored when
123
- creator properties are buffered
124
- (contributed by Joe B)
125
+ #2449 : Block one more gadget type (no CVE allocated yet)
126
+ (reported by Kaki K)
125
127
126
128
2.9.9 (16 -May-2019 )
127
129
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