Skip to content

Commit

Permalink
Extend CVE suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Jan 7, 2025
1 parent 18abbc7 commit c5b0b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/config/dependency-check-suppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<packageUrl regex="true">^pkg:maven/com\.google\.protobuf/protobuf-.*@.*$</packageUrl>
<cve>CVE-2024-7254</cve>
</suppress>
<suppress until="2025-01-04Z">
<suppress until="2025-04-04Z">
<notes><![CDATA[
No impact since the app doesn't process externally crafted XML.
]]></notes>
Expand Down

0 comments on commit c5b0b89

Please sign in to comment.