@@ -39,7 +39,7 @@ Project: jackson-databind
39
39
with `null` coercion with `@JsonSetter`
40
40
#2027 : Concurrency error causes `IllegalStateException` on `BeanPropertyMap`
41
41
(reported by franboragina@github)
42
- #2032 : Blacklist another serialization gadget (ibatis)
42
+ #2032 : CVE- 2018 - 11307 : Potential information exfiltration with default typing, serialization gadget from MyBatis
43
43
(reported by Guixiong Wu)
44
44
#2034 : Serialization problem with type specialization of nested generic types
45
45
(reported by Reinhard P)
@@ -48,6 +48,10 @@ Project: jackson-databind
48
48
(reported by Chetan N)
49
49
#2051 : Implicit constructor property names are not renamed properly with
50
50
`PropertyNamingStrategy`
51
+ #2052 : CVE-2018 -12022 : Block polymorphic deserialization of types from Jodd-db library
52
+ (reported by Guixiong Wu)
53
+ #2058 : CVE-2018 -12023 : Block polymorphic deserialization of types from Oracle JDBC driver
54
+ (reported by Guixiong Wu)
51
55
52
56
2.9.5 (26 -Mar-2018 )
53
57
@@ -267,6 +271,18 @@ Project: jackson-databind
267
271
`MapperFeature.ALLOW_COERCION_OF_SCALARS`
268
272
(requested by magdel@github)
269
273
274
+ 2.8.11.2 (08 -Jun-2018 )
275
+
276
+ #1941 : `TypeFactory.constructFromCanonical()` throws NPE for Unparameterized
277
+ generic canonical strings
278
+ (reported by ayushgp@github)
279
+ #2032 : CVE-2018 -11307 : Potential information exfiltration with default typing, serialization gadget from MyBatis
280
+ (reported by Guixiong Wu)
281
+ #2052 : CVE-2018 -12022 : Block polymorphic deserialization of types from Jodd-db library
282
+ (reported by Guixiong Wu)
283
+ #2058 : CVE-2018 -12023 : Block polymorphic deserialization of types from Oracle JDBC driver
284
+ (reported by Guixiong Wu)
285
+
270
286
2.8.11.1 (11 -Feb-2018 )
271
287
272
288
#1872 : `NullPointerException` in `SubTypeValidator.validateSubType` when
0 commit comments