Skip to content

Commit

Permalink
False positive for CVE-2024-35255 - fixed in the latest SDK version f…
Browse files Browse the repository at this point in the history
…rom MS but still being flagged
  • Loading branch information
Martin Traverse committed Jul 1, 2024
1 parent f90eed2 commit 45ad02a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions dev/compliance/owasp-false-positives.xml
Original file line number Diff line number Diff line change
Expand Up @@ -280,4 +280,24 @@
<vulnerabilityName>CVE-2024-23081</vulnerabilityName>
</suppress>


<!-- This is an issue in the Azure cloud stack for auth / identity -->
<!-- It is fixed in the latest SDK version according to MS, but still being flagged -->
<!-- https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-35255 -->

<suppress>
<packageUrl regex="true">^pkg:maven/com\.azure/azure\-identity@.*$</packageUrl>
<cve>CVE-2024-35255</cve>
</suppress>

<suppress>
<packageUrl regex="true">^pkg:maven/com\.microsoft\.azure/msal4j@.*$</packageUrl>
<cve>CVE-2024-35255</cve>
</suppress>

<suppress>
<packageUrl regex="true">^pkg:maven/com\.microsoft\.azure/msal4j\-persistence\-extension@.*$</packageUrl>
<cve>CVE-2024-35255</cve>
</suppress>

</suppressions>

0 comments on commit 45ad02a

Please sign in to comment.