Skip to content

Commit fda323c

Browse files
committed
Merge branch 'suppress-CVE-2024-23080'
2 parents 0eab341 + ef57b79 commit fda323c

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

android/config/dependency-check-suppression.xml

+9
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,13 @@
6868
<packageUrl regex="true">^pkg:maven/androidx\.test\.services/storage@.*$</packageUrl>
6969
<cve>CVE-2014-9152</cve>
7070
</suppress>
71+
<suppress until="2024-05-01Z">
72+
<notes><![CDATA[
73+
Suppressing since the affected function isn't used in this project. No upstream fixes
74+
are available at the time of adding this suppression.
75+
https://nvd.nist.gov/vuln/detail/CVE-2024-23080
76+
]]></notes>
77+
<packageUrl regex="true">^pkg:maven/joda-time/joda-time@.*$</packageUrl>
78+
<cve>CVE-2024-23080</cve>
79+
</suppress>
7180
</suppressions>

android/test/test-suppression.xml

+9
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,13 @@
118118
<packageUrl regex="true">^pkg:maven/androidx\.test\.services/storage@.*$</packageUrl>
119119
<cve>CVE-2014-9152</cve>
120120
</suppress>
121+
<suppress until="2024-05-01Z">
122+
<notes><![CDATA[
123+
Suppressing since the affected function isn't used in this project. No upstream fixes
124+
are available at the time of adding this suppression.
125+
https://nvd.nist.gov/vuln/detail/CVE-2024-23080
126+
]]></notes>
127+
<packageUrl regex="true">^pkg:maven/joda-time/joda-time@.*$</packageUrl>
128+
<cve>CVE-2024-23080</cve>
129+
</suppress>
121130
</suppressions>

0 commit comments

Comments
 (0)