Skip to content

Commit 9618ec9

Browse files
committed
Extend epiry date
1 parent 48dc051 commit 9618ec9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

android/config/dependency-check-suppression-agp-fixes.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
3-
<suppress until="2024-12-01Z">
3+
<suppress until="2025-03-01Z">
44
<notes><![CDATA[
55
This and all other supressions in this file are for dependencies only used for tests.
66
These should be excluded by the plugin but this behaviour is broken.
@@ -15,7 +15,7 @@
1515
<cve>CVE-2022-41915</cve>
1616
<cve>CVE-2024-47535</cve>
1717
</suppress>
18-
<suppress until="2024-12-01Z">
18+
<suppress until="2025-03-01Z">
1919
<notes><![CDATA[
2020
This and all other supressions in this file are for dependencies only used for tests.
2121
These should be excluded by the plugin but this behaviour is broken.
@@ -27,7 +27,7 @@
2727
<cve>CVE-2022-3510</cve>
2828
<cve>CVE-2021-22569</cve>
2929
</suppress>
30-
<suppress until="2024-12-01Z">
30+
<suppress until="2025-03-01Z">
3131
<notes><![CDATA[
3232
This and all other supressions in this file are for dependencies only used for tests.
3333
These should be excluded by the plugin but this behaviour is broken.

android/config/dependency-check-suppression.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<packageUrl regex="true">^pkg:maven/org\.jetbrains\.kotlin/kotlin\-stdlib.*@.*$</packageUrl>
99
<cve>CVE-2022-24329</cve>
1010
</suppress>
11-
<suppress until="2024-12-01Z">
11+
<suppress until="2025-03-01Z">
1212
<notes><![CDATA[
1313
This CVE only affect programs using loadXML and is derived from using ksp.
1414
We do not use the loadXML, ksp is used to generate navigation paths in our code
@@ -17,14 +17,14 @@
1717
<packageUrl regex="true">^pkg:maven/com\.google\.devtools\.ksp/symbol\-processing.*@.*$</packageUrl>
1818
<cve>CVE-2018-1000840</cve>
1919
</suppress>
20-
<suppress until="2024-12-01Z">
20+
<suppress until="2025-03-01Z">
2121
<notes><![CDATA[
2222
False-positive only affecting javascript gRPC packages.
2323
]]></notes>
2424
<packageUrl regex="true">^pkg:maven/io\.grpc/protoc\-gen\-grpc\-kotlin@.*$</packageUrl>
2525
<cve>CVE-2020-7768</cve>
2626
</suppress>
27-
<suppress until="2024-12-01Z">
27+
<suppress until="2025-03-01Z">
2828
<notes><![CDATA[
2929
No impact on this app since it uses UDS rather than HTTP2.
3030
]]></notes>
@@ -40,7 +40,7 @@
4040
<packageUrl regex="true">^pkg:maven/commons\-validator/commons\-validator@.*$</packageUrl>
4141
<cve>CVE-2021-3765</cve>
4242
</suppress>
43-
<suppress until="2024-12-01Z">
43+
<suppress until="2025-03-01Z">
4444
<notes><![CDATA[
4545
Denial of service using protobuf.
4646
Should not be applicable since client and server are always in sync and we are only

0 commit comments

Comments
 (0)