Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suppress netty CVEs #7809

Merged
merged 1 commit into from
Mar 12, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion android/gradle/osv-scanner.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ reason = "No impact since the app doesn't process externally crafted XML."
# netty: Denial of Service attack on windows app
[[IgnoredVulns]]
id = "CVE-2024-47535" # GHSA-xq3w-v528-46rv
ignoreUntil = 2025-02-13
ignoreUntil = 2025-06-13
reason = "Only impacting Windows."

# Several vulns related to bouncy castle that is only being used by lint.
Expand All @@ -75,3 +75,15 @@ ecosystem = "Maven"
ignore = true
effectiveUntil = 2025-05-02
reason = "Used by lint and not the app directly."

# netty: Denial of Service attack on windows app
[[IgnoredVulns]]
id = "CVE-2025-25193" # GHSA-389x-839f-4rhx
ignoreUntil = 2025-06-13
reason = "Only impacting Windows."

# netty: Crash when using native SSLEngine
[[IgnoredVulns]]
id = "CVE-2025-24970" # GHSA-4g8c-wm8x-jfhw
ignoreUntil = 2025-06-13
reason = "Netty is not used in conjunction with SSL."