-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Comments
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 |
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 |
We also have this false positive. It's very similar to the two other issue reports I've made. |
approved |
Suppress rule has been added to the |
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
The text was updated successfully, but these errors were encountered: