-
Notifications
You must be signed in to change notification settings - Fork 149
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
CVE-2024-57699 in net.minidev:[email protected] #908
Comments
Hello @mehradrafigh : Thanks for letting us know, we'll use 2.5.2 of json-smart in our next release. For now, last week we downgraded to a json-smart version which didn't seem to have the CVE and released 1.19.0 our our library: #905 |
The way I understand it net.minidev:json-smart:2.5.1
\--- com.nimbusds:oauth2-oidc-sdk:11.18
\--- com.microsoft.azure:msal4j:1.19.0
+--- compileClasspath (requested com.microsoft.azure:msal4j:{require 1.19.0; reject _})
+--- com.azure:azure-identity:1.14.2 (requested com.microsoft.azure:msal4j:1.17.2)
| \--- compileClasspath (requested com.azure:azure-identity:{require 1.14.2; reject _})
\--- com.microsoft.azure:msal4j-persistence-extension:1.3.0 (requested com.microsoft.azure:msal4j:1.15.0)
\--- com.azure:azure-identity:1.14.2 (*)
net.minidev:json-smart:2.4.11 -> 2.5.1
\--- com.microsoft.azure:msal4j:1.19.0
+--- compileClasspath (requested com.microsoft.azure:msal4j:{require 1.19.0; reject _})
+--- com.azure:azure-identity:1.14.2 (requested com.microsoft.azure:msal4j:1.17.2)
| \--- compileClasspath (requested com.azure:azure-identity:{require 1.14.2; reject _})
\--- com.microsoft.azure:msal4j-persistence-extension:1.3.0 (requested com.microsoft.azure:msal4j:1.15.0)
\--- com.azure:azure-identity:1.14.2 (*)
|
@petarov : I'm more familiar with Maven which prioritizes versions directly mentioned in the pom file, so if you just had Either way, at the time we released |
Yes, you're right. There is a discrepancy in Maven vs. Gradle resolution strategy. I haven't used Maven for a while and forgot that it was different there. Thanks, looking forward to the next release. |
would it be possible to fix and release this soon? |
Hey all, msal4j 1.19.1 was released yesterday to bump the There shouldn't be any more issues with the CVE, but if there are still problems or any other issues feel free to re-open this thread or start a new one. |
There is a potential security issue in net.minidev:[email protected] which is listed on Maven Central and can be found via Snyk.
net.minidev.json-smart already released the fix with version 2.5.2
Please consider updating the dependency as soon as it is available through Maven Central.
The text was updated successfully, but these errors were encountered: