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 [email protected] against CVE-2024-43591 #7110

Closed
lemmbe opened this issue Oct 28, 2024 · 5 comments
Closed

[FP]: False positive for [email protected] against CVE-2024-43591 #7110

lemmbe opened this issue Oct 28, 2024 · 5 comments
Labels
FP Report maven changes to the maven plugin

Comments

@lemmbe
Copy link

lemmbe commented Oct 28, 2024

Package URl

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

CPE

cpe:2.3:a:microsoft:azure_cli:1.15.3:::::::*

CVE

CVE-2024-43591

ODC Integration

{"label"=>"Maven Plugin"}

ODC Version

11.0.0

Description

Probably the same as the #7066

Copy link
Contributor

Maven Coordinates

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

Suppression rule:

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

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

@github-actions github-actions bot added the maven changes to the maven plugin label Oct 28, 2024
@lemmbe lemmbe changed the title [FP]: False positive for [email protected] against CVE-2024-43591 [FP]: False positive for [email protected] against CVE-2024-43591 Oct 28, 2024
Copy link
Contributor

Maven Coordinates

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

Suppression rule:

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

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

@MidasJAF
Copy link

MidasJAF commented Nov 4, 2024

We also have this false positive. It's very similar to the two other issue reports I've made.

@aikebah
Copy link
Collaborator

aikebah commented Nov 6, 2024

approved

Copy link
Contributor

github-actions bot commented Nov 6, 2024

Suppress rule has been added to the generatedSuppressions branch.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FP Report maven changes to the maven plugin
Projects
None yet
Development

No branches or pull requests

3 participants