Skip to content

Commit 3912566

Browse files
committed
Merge branch 'suppress-netty-cves'
2 parents 6ed3e51 + eb70475 commit 3912566

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

android/gradle/osv-scanner.toml

+13-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ reason = "No impact since the app doesn't process externally crafted XML."
6464
# netty: Denial of Service attack on windows app
6565
[[IgnoredVulns]]
6666
id = "CVE-2024-47535" # GHSA-xq3w-v528-46rv
67-
ignoreUntil = 2025-02-13
67+
ignoreUntil = 2025-06-13
6868
reason = "Only impacting Windows."
6969

7070
# Several vulns related to bouncy castle that is only being used by lint.
@@ -75,3 +75,15 @@ ecosystem = "Maven"
7575
ignore = true
7676
effectiveUntil = 2025-05-02
7777
reason = "Used by lint and not the app directly."
78+
79+
# netty: Denial of Service attack on windows app
80+
[[IgnoredVulns]]
81+
id = "CVE-2025-25193" # GHSA-389x-839f-4rhx
82+
ignoreUntil = 2025-06-13
83+
reason = "Only impacting Windows."
84+
85+
# netty: Crash when using native SSLEngine
86+
[[IgnoredVulns]]
87+
id = "CVE-2025-24970" # GHSA-4g8c-wm8x-jfhw
88+
ignoreUntil = 2025-06-13
89+
reason = "Netty is not used in conjunction with SSL."

0 commit comments

Comments
 (0)