Java jackson-databind

Open-source Java projects categorized as jackson-databind

Top 4 Java jackson-databind Projects

  • jackson-databind

    General data-binding package for Jackson (2.x): works on streaming API (core) implementation(s)

  • Project mention: The Bogus CVE Problem | news.ycombinator.com | 2023-09-21

    Jackson had this problem a few months back, where someone reported a critical CVE against the project and broke builds all around the planet https://github.com/FasterXML/jackson-databind/issues/3972

    Basically the programmer (not the attacker) had to write code where an object contained itself

    HashMap map=new HashMap<>();

    map.put("recursive",map);

    After this, Jackson would indeed stack overflow if you asked it to wrap the object to JSON. Then again, half the build-in Java functions (e.g. getting an object hashcode for the map object) also fail for a recursive structure.

    The issue remains open 3 months later, Mitre still thinks it's hella serious, and people have yet again learned to just ignore their CI warning about CVEs

  • avaje-jsonb

    java json binding library via source code generation

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • dynamo-mapper

    Map objects in AWS DynamoDB using Jackson.

  • unit-testing-backward-compatibility-of-messages-example

    Unit testing backward compatibility of messages example

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Java jackson-databind related posts

Index

What are some of the best open-source jackson-databind projects in Java? This list will help you:

Project Stars
1 jackson-databind 3,454
2 avaje-jsonb 47
3 dynamo-mapper 3
4 unit-testing-backward-compatibility-of-messages-example 2

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com