forked from ant-media/Ant-Media-Server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
owasp-suppressions.xml
76 lines (76 loc) · 2.19 KB
/
owasp-suppressions.xml
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
76
<?xml version="1.0" encoding="UTF-8"?>
<suppressions
xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress>
<notes><![CDATA[
file name: kotlin-stdlib-1.2.71.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.jetbrains\.kotlin/kotlin\-stdlib@.*$
</packageUrl>
<cve>CVE-2019-10101</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: kotlin-stdlib-1.2.71.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.jetbrains\.kotlin/kotlin\-stdlib@.*$
</packageUrl>
<cve>CVE-2019-10102</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: kotlin-stdlib-1.2.71.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.jetbrains\.kotlin/kotlin\-stdlib@.*$
</packageUrl>
<cve>CVE-2019-10103</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: kotlin-stdlib-common-1.2.71.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.jetbrains\.kotlin/kotlin\-stdlib\-common@.*$
</packageUrl>
<cve>CVE-2019-10101</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: kotlin-stdlib-common-1.2.71.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.jetbrains\.kotlin/kotlin\-stdlib\-common@.*$
</packageUrl>
<cve>CVE-2019-10102</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: kotlin-stdlib-common-1.2.71.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.jetbrains\.kotlin/kotlin\-stdlib\-common@.*$
</packageUrl>
<cve>CVE-2019-10103</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: netty-tcnative-classes-2.0.46.Final.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/io\.netty/netty\-tcnative\-classes@.*$
</packageUrl>
<cve>CVE-2019-20445</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: netty-tcnative-classes-2.0.46.Final.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/io\.netty/netty\-tcnative\-classes@.*$
</packageUrl>
<cve>CVE-2019-20444</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: tensorflow-1.15.0.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.tensorflow/tensorflow@.*$
</packageUrl>
<vulnerabilityName>CVE-2021-35958</vulnerabilityName>
</suppress>
</suppressions>