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]: False positive for CVE-2024-35255 in azure-identity #7000

Open
rokoman13 opened this issue Sep 30, 2024 · 1 comment
Open

[FP]: False positive for CVE-2024-35255 in azure-identity #7000

rokoman13 opened this issue Sep 30, 2024 · 1 comment
Labels
FP Report maven changes to the maven plugin

Comments

@rokoman13
Copy link

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

10.0.4

Description

I see that vuln is actual for azure-identity (java) up to 1.12.2 (excluding), but my version is 1.12.2 and CVE is still in the report (also tried azure-identity 1.13.3, the same thing)

Copy link
Contributor

Maven Coordinates

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

Suppression rule:

<suppress base="true">
   <notes><![CDATA[
   FP per issue #7000
   ]]></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/11101489749

@github-actions github-actions bot added the maven changes to the maven plugin label Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FP Report maven changes to the maven plugin
Projects
None yet
Development

No branches or pull requests

1 participant