-
Notifications
You must be signed in to change notification settings - Fork 49
/
cve-suppress.xml
72 lines (72 loc) · 2.81 KB
/
cve-suppress.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
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress>
<notes><![CDATA[
file name: rd-cli-base.jar (project :rd-cli-base)
Incorrect match to NPM cli library
]]></notes>
<packageUrl regex="true">^pkg:maven/(rundeck\-cli|org\.rundeck\.cli)/rd\-cli\-.*@.*$</packageUrl>
<cpe>cpe:/a:cli_project:cli</cpe>
</suppress>
<suppress>
<notes><![CDATA[
kotlin is not used in build system
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.jetbrains\.kotlin/kotlin\-stdlib(-(common|jdk7|jdk8))?@.*$</packageUrl>
<cve>CVE-2022-24329</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: toolbelt-snakeyaml-0.2.29.jar
incorrect match to snakeyaml
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.rundeck\.cli\-toolbelt/toolbelt\-snakeyaml@.*$</packageUrl>
<cpe>cpe:/a:snakeyaml_project:snakeyaml</cpe>
</suppress>
<suppress>
<notes><![CDATA[
incorrect match to old rundeck server issue
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.github\.rundeck/rd\-ext\-acl@.*$</packageUrl>
<cve>CVE-2019-6804</cve>
</suppress>
<suppress>
<notes><![CDATA[
incorrect match to old rundeck server issue
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.github\.rundeck/rd\-ext\-acl@.*$</packageUrl>
<cve>CVE-2020-11009</cve>
</suppress>
<suppress>
<notes><![CDATA[
False positive on transitive kotlin dependency see: https://github.com/jeremylong/DependencyCheck/issues/3133
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.jetbrains\.kotlin/kotlin\-stdlib@.*$</packageUrl>
<cve>CVE-2020-15824</cve>
<cve>CVE-2020-29582</cve>
</suppress>
<suppress>
<notes><![CDATA[
False positive on transitive kotlin dependency see: https://github.com/jeremylong/DependencyCheck/issues/3133
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.jetbrains\.kotlin/kotlin\-stdlib\-common@.*$</packageUrl>
<cve>CVE-2020-15824</cve>
<cve>CVE-2020-29582</cve>
</suppress>
<suppress>
<notes><![CDATA[
False positive on transitive kotlin dependency see: https://github.com/jeremylong/DependencyCheck/issues/3133
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.jetbrains\.kotlin/kotlin\-stdlib\-jdk7@.*$</packageUrl>
<cve>CVE-2020-15824</cve>
<cve>CVE-2020-29582</cve>
</suppress>
<suppress>
<notes><![CDATA[
False positive on transitive kotlin dependency see: https://github.com/jeremylong/DependencyCheck/issues/3133
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.jetbrains\.kotlin/kotlin\-stdlib\-jdk8@.*$</packageUrl>
<cve>CVE-2020-15824</cve>
<cve>CVE-2020-29582</cve>
</suppress>
</suppressions>