Skip to content

Commit

Permalink
Update CVE suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Dec 5, 2023
1 parent 61921f9 commit 19a1764
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/config/dependency-check-suppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<packageUrl regex="true">^pkg:maven/org\.jetbrains\.kotlin/kotlin\-stdlib.*@.*$</packageUrl>
<cve>CVE-2022-24329</cve>
</suppress>
<suppress until="2023-12-01Z">
<suppress until="2024-06-01Z">
<notes><![CDATA[
This CVE only affect the leakCanary build type which is limited to memory leak testing etc.
This will most likely be solved by bumping to a future version of the leakcanary dependency
Expand Down
2 changes: 1 addition & 1 deletion android/test/test-suppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<packageUrl regex="true">^pkg:maven/com\.android\.tools/common@.*$</packageUrl>
<cve>CVE-2021-4277</cve>
</suppress>
<suppress until="2023-12-01Z">
<suppress until="2024-06-01Z">
<notes><![CDATA[
This CVE only affect the leakCanary build type which is limited to memory leak testing etc.
This will most likely be solved by bumping to a future version of the leakcanary dependency
Expand Down

0 comments on commit 19a1764

Please sign in to comment.