Skip to content

Commit

Permalink
Add CVE markers for #3582, #3590
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 5, 2022
1 parent 21e2002 commit 450a2d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Project: jackson-databind
#3568: Change `JsonNode.with(String)` and `withArray(String)` to consider
argument as `JsonPointer` if valid expression
#3590: Add check in primitive value deserializers to avoid deep wrapper array
nesting wrt `UNWRAP_SINGLE_VALUE_ARRAYS`
nesting wrt `UNWRAP_SINGLE_VALUE_ARRAYS` [CVE-2022-42003]
#3609: Allow non-boolean return type for "is-getters" with
`MapperFeature.ALLOW_IS_GETTERS_FOR_NON_BOOLEAN`
(contributed by Richard K)
Expand All @@ -78,7 +78,7 @@ Project: jackson-databind
immutable in 2.13
(reported by JonasWilms@github)
#3582: Add check in `BeanDeserializer._deserializeFromArray()` to prevent
use of deeply nested arrays
use of deeply nested arrays [CVE-2022-42004]

2.13.3 (14-May-2022)

Expand Down

0 comments on commit 450a2d9

Please sign in to comment.