-
-
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]: Azure identity SDK for Java, CVE-2023-36415 #7320
Comments
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. |
Failed to automatically evaluate the false positive. See: https://github.com/jeremylong/DependencyCheck/actions/runs/12809232863 |
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 #7320
]]></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/12811253846 |
Duplicate of #5992 |
Package URl
pkg:maven/com.azure/[email protected]
CPE
cpe:2.3:a:microsoft:azure_identity_sdk::::::java::*
CVE
CVE-2023-36415
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.
The text was updated successfully, but these errors were encountered: