File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ reason = "No impact since the app doesn't process externally crafted XML."
64
64
# netty: Denial of Service attack on windows app
65
65
[[IgnoredVulns ]]
66
66
id = " CVE-2024-47535" # GHSA-xq3w-v528-46rv
67
- ignoreUntil = 2025-02 -13
67
+ ignoreUntil = 2025-06 -13
68
68
reason = " Only impacting Windows."
69
69
70
70
# Several vulns related to bouncy castle that is only being used by lint.
@@ -75,3 +75,15 @@ ecosystem = "Maven"
75
75
ignore = true
76
76
effectiveUntil = 2025-05-02
77
77
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."
You can’t perform that action at this time.
0 commit comments