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

Downgrade depdendency due to CVE alert #905

Merged
merged 1 commit into from
Feb 7, 2025
Merged

Conversation

Avery-Dunn
Copy link
Collaborator

@Avery-Dunn Avery-Dunn commented Feb 7, 2025

Resolves https://github.com/AzureAD/microsoft-authentication-library-for-java/security/dependabot/42

A newer version of the affected dependency hasn't been released, so this PR downgrades it to the newest version that the CVE doesn't affect

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@Avery-Dunn Avery-Dunn requested a review from a team as a code owner February 7, 2025 17:20
@Avery-Dunn Avery-Dunn changed the title Downgrade due to CVE alert Downgrade depdendency due to CVE alert Feb 7, 2025
@dfa1
Copy link

dfa1 commented Feb 17, 2025

the downgrade is causing a dependency convergence issue with maven-enforcer-plugin:

07:43:38,806 [ERROR] Dependency convergence error for net.minidev:json-smart:jar:2.5.1 paths to dependency are:
07:43:38,806 [ERROR] +-myproject:api:jar:0.0.0-SNAPSHOT
07:43:38,806 [ERROR]   +-com.microsoft.azure:msal4j:jar:1.19.0:compile
07:43:38,806 [ERROR]     +-com.nimbusds:oauth2-oidc-sdk:jar:11.18:compile
07:43:38,806 [ERROR]       +-net.minidev:json-smart:jar:2.5.1:compile
07:43:38,806 [ERROR] and
07:43:38,806 [ERROR] +-myproject:api:jar:0.0.0-SNAPSHOT
07:43:38,806 [ERROR]   +-com.microsoft.azure:msal4j:jar:1.19.0:compile
07:43:38,806 [ERROR]     +-net.minidev:json-smart:jar:2.4.11:compile

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

Successfully merging this pull request may close these issues.

None yet

3 participants