diff options
Diffstat (limited to 'android')
| -rw-r--r-- | android/config/dependency-check-suppression.xml | 20 | ||||
| -rw-r--r-- | android/e2e/e2e-suppression.xml | 20 |
2 files changed, 40 insertions, 0 deletions
diff --git a/android/config/dependency-check-suppression.xml b/android/config/dependency-check-suppression.xml index 6c2b87af56..95ac0f85c8 100644 --- a/android/config/dependency-check-suppression.xml +++ b/android/config/dependency-check-suppression.xml @@ -75,4 +75,24 @@ <packageUrl regex="true">^pkg:maven/org\.jsoup/jsoup@.*$</packageUrl> <cve>CVE-2022-36033</cve> </suppress> + <suppress until="2023-06-01Z"> + <notes><![CDATA[ + This CVE is limited to processing of screenshots, which this app doesn't use. + https://nvd.nist.gov/vuln/detail/CVE-2021-4277 + + File name: legacy-support-core-utils-1.0.0.aar + ]]></notes> + <packageUrl regex="true">^pkg:maven/androidx\.legacy/legacy\-support\-core\-utils@.*$</packageUrl> + <cve>CVE-2021-4277</cve> + </suppress> + <suppress until="2023-06-01Z"> + <notes><![CDATA[ + This CVE is limited to processing of screenshots, which this app doesn't use. + https://nvd.nist.gov/vuln/detail/CVE-2021-4277 + + File name: leakcanary-android-utils-2.10.aar + ]]></notes> + <packageUrl regex="true">^pkg:maven/com\.squareup\.leakcanary/leakcanary\-android\-utils@.*$</packageUrl> + <cve>CVE-2021-4277</cve> + </suppress> </suppressions> diff --git a/android/e2e/e2e-suppression.xml b/android/e2e/e2e-suppression.xml index 07836da418..2b57bc13e8 100644 --- a/android/e2e/e2e-suppression.xml +++ b/android/e2e/e2e-suppression.xml @@ -72,4 +72,24 @@ <packageUrl regex="true">^pkg:maven/org\.jetbrains\.kotlin/kotlin\-stdlib.*@.*$</packageUrl> <cve>CVE-2022-24329</cve> </suppress> + <suppress until="2023-06-01Z"> + <notes><![CDATA[ + This CVE is limited to processing of screenshots, which this app doesn't use. + https://nvd.nist.gov/vuln/detail/CVE-2021-4277 + + File name: legacy-support-core-utils-1.0.0.aar + ]]></notes> + <packageUrl regex="true">^pkg:maven/androidx\.legacy/legacy\-support\-core\-utils@.*$</packageUrl> + <cve>CVE-2021-4277</cve> + </suppress> + <suppress until="2023-06-01Z"> + <notes><![CDATA[ + This CVE is limited to processing of screenshots, which this app doesn't use. + https://nvd.nist.gov/vuln/detail/CVE-2021-4277 + + File name: common-30.3.1.jar + ]]></notes> + <packageUrl regex="true">^pkg:maven/com\.android\.tools/common@.*$</packageUrl> + <cve>CVE-2021-4277</cve> + </suppress> </suppressions> |
