forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvulnerability_supressions.xml
31 lines (31 loc) · 1.49 KB
/
vulnerability_supressions.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
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress until="2021-12-01Z">
<notes><![CDATA[
Suppress kotlin vulernability. Vulnerabilitity report is overly broad. Vulnerability does not affect versions >= 1.4.21
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.jetbrains\.kotlin/kotlin\-stdlib@.*$</packageUrl>
<cve>CVE-2020-15824</cve>
</suppress>
<suppress until="2021-12-01Z">
<notes><![CDATA[
Suppress kotlin vulernability. Vulnerabilitity report is overly broad. Vulnerability does not affect versions >= 1.4.21
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.jetbrains\.kotlin/kotlin\-stdlib@.*$</packageUrl>
<cve>CVE-2020-29582</cve>
</suppress>
<suppress until="2021-12-01Z">
<notes><![CDATA[
Suppress kotlin vulernability. Vulnerabilitity report is overly broad and does not affect versions >= 1.4.21
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.jetbrains\.kotlin/kotlin\-stdlib\-common@.*$</packageUrl>
<cve>CVE-2020-15824</cve>
</suppress>
<suppress until="2021-12-01Z">
<notes><![CDATA[
Suppress kotlin vulernability. Vulnerabilitity report is overly broad and does not affect versions >= 1.4.21
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.jetbrains\.kotlin/kotlin\-stdlib\-common@.*$</packageUrl>
<cve>CVE-2020-29582</cve>
</suppress>
</suppressions>