-
Notifications
You must be signed in to change notification settings - Fork 172
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
chore(dependencies): Upgrade net.minidev:json-smart to resolve CVE #891
Conversation
After implementing json-smart cve fix, echo dependency insight:
|
After implementing json-smart cve fix, clouddriver dependency insight:
|
@@ -141,6 +141,7 @@ dependencies { | |||
api("javax.xml.bind:jaxb-api:2.3.1") | |||
api("mysql:mysql-connector-java:8.0.20") | |||
api("net.logstash.logback:logstash-logback-encoder:4.11") | |||
api("net.minidev:json-smart:2.4.1") // TODO: remove this with upgrade of spring-boot version to 2.6.0 or above |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From https://docs.spring.io/spring-boot/docs/2.5.0/reference/htmlsingle/#dependency-versions it looks like spring boot 2.5.0 or above would do it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's right, I think somehow I missed it. I will update the comment accordingly.
CVE-2021-27568 net.minidev:json-smart is introduced transitively by spring-boot and springframework through com.jayway.jsonpath:json-path, and also by oracle-sdk, azure-client-auth through com.nimbusds:nimbus-jose-jwt
81b1aff
to
774c707
Compare
@Mergifyio backport release-1.27.x |
) CVE-2021-27568 net.minidev:json-smart is introduced transitively by spring-boot and springframework through com.jayway.jsonpath:json-path, and also by oracle-sdk, azure-client-auth through com.nimbusds:nimbus-jose-jwt Co-authored-by: j-sandy <jsandy> (cherry picked from commit 9fbf2f8)
✅ Backports have been created
|
…pinnaker#891) CVE-2021-27568 net.minidev:json-smart is introduced transitively by spring-boot and springframework through com.jayway.jsonpath:json-path, and also by oracle-sdk, azure-client-auth through com.nimbusds:nimbus-jose-jwt Co-authored-by: j-sandy <jsandy>
CVE-2021-27568
net.minidev:json-smart is introduced transitively by spring-boot and springframework through com.jayway.jsonpath:json-path, and also by oracle-sdk, azure-client-auth through com.nimbusds:nimbus-jose-jwt. Affected components are clouddriver, echo, front50, gate, halyard, kayenta and orca.