Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jackson: upgrade for CVE-2020-36518 #8201

Merged
merged 1 commit into from
Mar 30, 2022
Merged

Commits on Mar 29, 2022

  1. Jackson: upgrade for useless CVE-2020-36518

    Includes fixups:
    - new builder pattern
    - Jackson now correctly implements Include.NON_EMPTY for JsonValue,
      so things like IntegerSpace are not serialized instead of "".
      Fix a few deserializers as a result.
    - switch to jakarta activation API - it's the new thing.
    dhalperi committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    ccd7f92 View commit details
    Browse the repository at this point in the history