Skip to content

Commit 450a2d9

Browse files
committed
Add CVE markers for #3582, #3590
1 parent 21e2002 commit 450a2d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release-notes/VERSION-2.x

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Project: jackson-databind
6363
#3568: Change `JsonNode.with(String)` and `withArray(String)` to consider
6464
argument as `JsonPointer` if valid expression
6565
#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]
6767
#3609: Allow non-boolean return type for "is-getters" with
6868
`MapperFeature.ALLOW_IS_GETTERS_FOR_NON_BOOLEAN`
6969
(contributed by Richard K)
@@ -78,7 +78,7 @@ Project: jackson-databind
7878
immutable in 2.13
7979
(reported by JonasWilms@github)
8080
#3582: Add check in `BeanDeserializer._deserializeFromArray()` to prevent
81-
use of deeply nested arrays
81+
use of deeply nested arrays [CVE-2022-42004]
8282

8383
2.13.3 (14-May-2022)
8484

0 commit comments

Comments
 (0)