Skip to content

Commit

Permalink
Suppress CVE-2024-47554
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Oct 4, 2024
1 parent 0e32a21 commit ccf6bde
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions android/gradle/osv-scanner.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ id = "CVE-2024-7254" # GHSA-735f-pc8j-v9w8
ignoreUntil = 2024-11-02
reason = "Should not be applicable since client and server are always in sync and we are only communicating locally over UDS."

[[IgnoredVulns]]
id = "CVE-2024-47554" # GHSA-78wr-2p64-hpwj
ignoreUntil = 2024-01-04
reason = "No impact since the app doesn't process externally crafted XML."

[[PackageOverrides]]
name = "org.bouncycastle:bcprov-jdk15on"
ecosystem = "Maven"
Expand Down

0 comments on commit ccf6bde

Please sign in to comment.