summaryrefslogtreecommitdiffhomepage
path: root/android/e2e/e2e-suppression.xml
AgeCommit message (Collapse)AuthorFilesLines
2023-01-10Move :e2e project to :test:e2eAlbin1-95/+0
Also changes source directory from "java" to "kotlin" which is supported since upgrading the project from AGP 3.x to 7.x.
2023-01-10Suppress CVE-2021-4277Albin1-0/+20
2022-12-21Suppress CVE-2022-41881Albin1-2/+3
2022-12-16Update compose to 1.3.2Albin1-8/+0
This fixes the following transitive CVEs in Compose: - CVE-2022-3171 - CVE-2022-3510 However, the mentioned CVEs are still present via the espresso-contrib dependency.
2022-12-13Set CVE suppression expiration to 2023-05-01Albin1-7/+7
2022-12-13Remove outdated suppressionsAlbin1-15/+0
2022-12-13Suppress CVE-2022-41915Albin1-0/+1
2022-12-13Suppress CVE-2022-3510Albin1-0/+2
2022-12-08Suppress CVEs in e2e projectAlbin1-6/+54
Some of the CVEs doesn't affect the project and some will be tracked externally.
2022-12-08Suppress CVE-2021-37533Albin1-0/+15
This CVE affects the Apache Commons Net's FTP client that this app doesn't use. https://www.openwall.com/lists/oss-security/2022/12/03/1 File names: - commons-beanutils-1.9.4.jar - commons-collections-3.2.2.jar - commons-digester-2.1.jar - commons-logging-1.2.jar - commons-validator-1.7.jar
2022-10-07Suppress CVE-2022-3171 from automatic audit checksAlbin1-0/+7
This suppression only affects the Android app. The CVE will instead be tracked externally and will likely be mitigated by either updating affected dependencies or by identifying that it doesn't affect the app.
2022-06-15Suppress false positive CVE-2021-22569Albin1-0/+8
2022-04-20Fix/suppress dependency audit issuesAlbin1-0/+16