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

There is a vulnerability in Jackson Core 2.9.6 ,upgrade recommended #277

Open
QiAnXinCodeSafe opened this issue Oct 9, 2020 · 2 comments

Comments

@QiAnXinCodeSafe
Copy link

geometry-api-java/pom.xml

Lines 112 to 117 in a1af661

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>${jackson.version}</version>
<optional>false</optional>
</dependency>

Reference source:FasterXML/jackson-core#488

@stolstov
Copy link
Member

stolstov commented Oct 9, 2020

@randallwhitman fyi

@randallwhitman
Copy link
Contributor

The deployed version of Jackson would matter more than the compile-dependency version. In production, one should almost always deploy a newer version than the declared compile-time dependency.
That said, Jackson-2.10 finally resolves the issue underlying the perpetual jackson-databind vulnerabilities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants