blob: 2efc7cff12c45957a5c02eac32b4209e3c395e38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?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 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>
|