Skip to content

Commit 77f812a

Browse files
authored
Suppress owasp false positive (#3913)
1 parent 6b8feb5 commit 77f812a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

buildscripts/dependency-check-suppressions.xml

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
3+
<suppress>
4+
<notes>
5+
CVE-2024-43591 only affects Azure CLI (it does not affect any Java libraries)
6+
</notes>
7+
<cve>CVE-2024-43591</cve>
8+
</suppress>
39
<suppress>
410
<notes>
511
CVE-2023-36052 only affects Azure CLI (it does not affect any Java libraries)

0 commit comments

Comments
 (0)