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 cbor #1410

Open
AmitAmar opened this issue Jun 23, 2021 · 2 comments
Open

Jackson cbor #1410

AmitAmar opened this issue Jun 23, 2021 · 2 comments

Comments

@AmitAmar
Copy link

AmitAmar commented Jun 23, 2021

Hi,

I upgraded some Jackson jars in your code:

compile "com.fasterxml.jackson.core:jackson-annotations:${jacksonVersion}" compile "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}" compile "com.fasterxml.jackson.core:jackson-databind:${jacksonDatabindVersion}"

// Eureka client uses JSON encoding by default
compileOnly "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${jacksonVersion}"`

In this PR we discussed and we agreed to not keep upgrade after 2.10 version.

I run whitesource scanning and I saw some vulnerabilities in this jar:

eureka\WEB-INF\lib\jackson-dataformat-cbor-2.6.7.jar

I searched in the source code and I didn't find this dependency in the gradle file.

Any suggestions?

Thank guys and have a nice day,

Amit.

@troshko111
Copy link
Contributor

What does depedencyInsight tell you in Gradle?

@kkrakovych
Copy link

Hi @troshko111 , the pull request is addressed to fix the issue with outdated Jackson CBOR library.

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