forked from SAML-Toolkits/java-saml
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.nvd-suppressions.xml
More file actions
75 lines (75 loc) · 2.2 KB
/
Copy path.nvd-suppressions.xml
File metadata and controls
75 lines (75 loc) · 2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.2.xsd">
<suppress>
<notes><![CDATA[
file name: simple-xml-2.7.1.jar
]]></notes>
<sha1>dd91fb744c2ff921407475cb29a1e3fee397d411</sha1>
<cve>CVE-2017-1000190</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: guava-19.0.jar
]]></notes>
<sha1>6ce200f6b23222af3d8abb6b6459e6c44f4bb0e9</sha1>
<cve>CVE-2018-10237</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: guava-19.0.jar
]]></notes>
<sha1>6ce200f6b23222af3d8abb6b6459e6c44f4bb0e9</sha1>
<cve>CVE-2020-8908</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: lang-tag-1.5.jar
]]></notes>
<sha1>7e82e3c4c593f85addf4bd209abde4f8ff933a07</sha1>
<cve>CVE-2020-29242</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: lang-tag-1.5.jar
]]></notes>
<sha1>7e82e3c4c593f85addf4bd209abde4f8ff933a07</sha1>
<cve>CVE-2020-29243</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: lang-tag-1.5.jar
]]></notes>
<sha1>7e82e3c4c593f85addf4bd209abde4f8ff933a07</sha1>
<cve>CVE-2020-29244</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: lang-tag-1.5.jar
]]></notes>
<sha1>7e82e3c4c593f85addf4bd209abde4f8ff933a07</sha1>
<cve>CVE-2020-29245</cve>
</suppress>
<suppress>
<notes><![CDATA[
FP: CVE-2023-36415 affects the .NET Azure Identity SDK, not the Java SDK.
See https://github.com/jeremylong/DependencyCheck/issues/7245
]]></notes>
<gav regex="true">com\.azure:azure-identity:.*</gav>
<cve>CVE-2023-36415</cve>
</suppress>
<suppress>
<notes><![CDATA[
FP: CVE-2024-35255 affects the .NET Azure Identity SDK, not the Java SDK.
See https://github.com/jeremylong/DependencyCheck/issues/7245
]]></notes>
<gav regex="true">com\.azure:azure-identity:.*</gav>
<cve>CVE-2024-35255</cve>
</suppress>
<suppress>
<notes><![CDATA[
FP: CVE-2024-35255 affects the .NET MSAL, not the Java MSAL4J.
]]></notes>
<gav regex="true">com\.microsoft\.azure:msal4j:.*</gav>
<cve>CVE-2024-35255</cve>
</suppress>
</suppressions>