File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ Project: jackson-databind
63
63
#3568 : Change `JsonNode.with(String)` and `withArray(String)` to consider
64
64
argument as `JsonPointer` if valid expression
65
65
#3590 : Add check in primitive value deserializers to avoid deep wrapper array
66
- nesting wrt `UNWRAP_SINGLE_VALUE_ARRAYS`
66
+ nesting wrt `UNWRAP_SINGLE_VALUE_ARRAYS` [CVE- 2022 - 42003 ]
67
67
#3609 : Allow non-boolean return type for " is-getters" with
68
68
`MapperFeature.ALLOW_IS_GETTERS_FOR_NON_BOOLEAN`
69
69
(contributed by Richard K)
@@ -78,7 +78,7 @@ Project: jackson-databind
78
78
immutable in 2.13
79
79
(reported by JonasWilms@github)
80
80
#3582 : Add check in `BeanDeserializer._deserializeFromArray()` to prevent
81
- use of deeply nested arrays
81
+ use of deeply nested arrays [CVE- 2022 - 42004 ]
82
82
83
83
2.13.3 (14 -May-2022 )
84
84
You can’t perform that action at this time.
0 commit comments