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 azure-cli CVE-2023-36052 in azure-core #6837

Closed
jubui opened this issue Jul 15, 2024 · 3 comments
Closed

[FP]: False positive for azure-cli CVE-2023-36052 in azure-core #6837

jubui opened this issue Jul 15, 2024 · 3 comments
Labels
FP Report maven changes to the maven plugin

Comments

@jubui
Copy link

jubui commented Jul 15, 2024

Package URl

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

CPE

cpe:2.3:a:microsoft:azure_cli:1.34.0:*:*:*:*:*:*:*

CVE

CVE-2023-36052

ODC Integration

None

ODC Version

7.0

Description

https://nvd.nist.gov/vuln/detail/CVE-2023-36052 states this is for cpe:2.3:a:microsoft:azure_cli:*:*:*:*:*:*:*:* however, I don't that azure_cli is in the POM of azure-core @1.34.0 (https://repo1.maven.org/maven2/com/azure/azure-core/1.34.0/azure-core-1.34.0.pom) nor do I see it in other versions of azure-core

Copy link
Contributor

Maven Coordinates

<dependency>
   <groupId>com.azure</groupId>
   <artifactId>azure-core</artifactId>
   <version>1.34.0</version>
</dependency>

Suppression rule:

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

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

@github-actions github-actions bot added the maven changes to the maven plugin label Jul 15, 2024
@aikebah
Copy link
Collaborator

aikebah commented Aug 24, 2024

approved

Copy link
Contributor

Suppress rule has been added to the generatedSuppressions branch.

github-actions bot added a commit that referenced this issue Aug 24, 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

2 participants