Skip to content

Jackson Release 2.13.5

Tatu Saloranta edited this page Jan 23, 2023 · 7 revisions

Possible patch version of 2.13, released on January 23, 2023. This will likely be the last full patch release from 2.13.x branch.

Following fixes are included in this patch release.

Changes, core

  • #3590: Add check in primitive value deserializers to avoid deep wrapper array nesting wrt UNWRAP_SINGLE_VALUE_ARRAYS [CVE-2022-42003]
  • #3659: Improve testing (likely via CI) to try to ensure compatibility with specific Android SDKs
  • #3661: Jackson 2.13 uses Class.getTypeName() that is only available on Android SDK 26

Changes, data formats

CSV

  • #343: Incorrect output buffer boundary check in CsvEncoder

XML

  • Upgrade Woodstox to 6.4.0 for a fix to [CVE-2022-40152]

Changes, datatypes

  • #27: Deserializing a JSON Merge Patch fails when the input is not a JSON object

Changes, other

  • #98: module-info.java of jr-stree refers to module com.fasterxml.jackson.jr.ob.api, which is not defined
Clone this wiki locally