blob: 42ee64cfcb207d3c07c3cd411dbc87be1cf857f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress>
<notes><![CDATA[
This CVE only affect Multiplatform Gradle Projects, which this project is not.
]]></notes>
<cve>CVE-2022-24329</cve>
</suppress>
<suppress>
<notes><![CDATA[
This CVE is a false positive as the description refers to a GO library (github.com/containers/storage).
]]></notes>
<packageUrl regex="true">^pkg:maven/androidx\.test\.services/storage@.*$</packageUrl>
<cve>CVE-2021-20291</cve>
</suppress>
<suppress>
<notes><![CDATA[
This CVE is a false positive as javalite isn't affected according to:
https://cloud.google.com/support/bulletins#gcp-2022-001
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.google\.protobuf/protobuf\-javalite@.*$</packageUrl>
<cve>CVE-2021-22569</cve>
</suppress>
</suppressions>
|