Skip to content

Commit ebc0d0b

Browse files
Add suppression for CVE-2026-42582 in global suppressions (#95)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> AI-Session-Id: 12fb583a-084c-4e08-9ec8-2ea46a2e79eb AI-Tool: claude-code AI-Model: unknown
1 parent 9a4babd commit ebc0d0b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

dependency-check/global-suppressions.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,13 @@
186186
<packageUrl regex="true">^pkg:maven/io\.prometheus/simpleclient.*@.*$</packageUrl>
187187
<cve>CVE-2026-42154</cve>
188188
</suppress>
189+
<suppress>
190+
<notes><![CDATA[
191+
CVE-2026-42582 affects netty-codec-http3 which only exists in the Netty 4.2.x line.
192+
The 4.1.x line does not include HTTP/3 support. False positive due to shared CPE.
193+
Advisory: https://github.com/netty/netty/security/advisories/GHSA-2c5c-chwr-9hqw
194+
]]></notes>
195+
<packageUrl regex="true">^pkg:maven/io\.netty/(?!netty\-codec\-http3).*@.*$</packageUrl>
196+
<cve>CVE-2026-42582</cve>
197+
</suppress>
189198
</suppressions>

0 commit comments

Comments
 (0)