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

[FP]: Azure identity SDK for Java, CVE-2024-35255 #7321

Closed
christophweser opened this issue Jan 16, 2025 · 4 comments
Closed

[FP]: Azure identity SDK for Java, CVE-2024-35255 #7321

christophweser opened this issue Jan 16, 2025 · 4 comments
Labels
duplicate FP Report maven changes to the maven plugin

Comments

@christophweser
Copy link

christophweser commented Jan 16, 2025

Package URl

pkg:maven/com.azure/[email protected]

CPE

cpe:2.3:a:microsoft:azure_identity_sdk::::::java::*

CVE

CVE-2024-35255

ODC Integration

None

ODC Version

12.0.0

Description

The CVE states for Java that the vulnerability is in till "Up to (excluding) 1.10.2". But it's stil found in 1.15.0.

Could you please verify.

Copy link
Contributor

Error parsing package url: https://mvnrepository.com/artifact/com.azure/azure-identity/1.15.0.

Error: Error: Invalid purl: missing required "pkg" scheme component

Please correct the package URL - consider copying the package url from the HTML report.

Copy link
Contributor

Failed to automatically evaluate the false positive. See: https://github.com/jeremylong/DependencyCheck/actions/runs/12809247354

Copy link
Contributor

Maven Coordinates

<dependency>
   <groupId>com.azure</groupId>
   <artifactId>azure-identity</artifactId>
   <version>1.14.2</version>
</dependency>

Suppression rule:

<suppress base="true">
   <notes><![CDATA[
   FP per issue #7321
   ]]></notes>
   <packageUrl regex="true">^pkg:maven/com\.azure/azure-identity@.*$</packageUrl>
   <cpe>cpe:/a:microsoft:azure_identity_sdk</cpe>
</suppress>

Link to test results: https://github.com/jeremylong/DependencyCheck/actions/runs/12811242469

@github-actions github-actions bot added the maven changes to the maven plugin label Jan 16, 2025
@aikebah
Copy link
Collaborator

aikebah commented Jan 16, 2025

Duplicate of #7000

@aikebah aikebah closed this as completed Jan 16, 2025
@aikebah aikebah marked this as a duplicate of #7000 Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate FP Report maven changes to the maven plugin
Projects
None yet
Development

No branches or pull requests

2 participants