Skip to content

Suppress new Jetty CVEs in Dependency-Check report for pinned Jetty 10#143

Merged
infeo merged 1 commit into
developfrom
copilot/add-ignore-entries-suppressions-xml
May 18, 2026
Merged

Suppress new Jetty CVEs in Dependency-Check report for pinned Jetty 10#143
infeo merged 1 commit into
developfrom
copilot/add-ignore-entries-suppressions-xml

Conversation

Copilot AI commented May 18, 2026

Copy link
Copy Markdown
Contributor

Dependency-Check in workflow 25992352648 reported new Jetty vulnerabilities while this project remains on Jetty 10. This PR updates the suppression rules to ignore those newly reported Jetty CVEs in the existing suppression policy.

  • Scope

    • Updated suppression.xml only; no dependency/version changes.
  • Suppression updates

    • Added Jetty-wide suppressions (existing packageUrl pattern) for:
      • CVE-2026-2332
      • CVE-2026-5795
    • Reused the current rationale and matching strategy used for prior Jetty EOL suppressions.
  • Resulting rule shape

    • New entries follow the existing structure:
<suppress>
  <notes><![CDATA[
    Jetty 10 is EOL, therefore no updates.
  ]]></notes>
  <packageUrl regex="true">^pkg:maven/org\.eclipse\.jetty/jetty-.*$</packageUrl>
  <vulnerabilityName>CVE-2026-2332</vulnerabilityName>
  <cve>CVE-2026-2332</cve>
</suppress>

@infeo
infeo marked this pull request as ready for review May 18, 2026 09:16
@infeo infeo added this to the next milestone May 18, 2026
@infeo
infeo merged commit 3e685ea into develop May 18, 2026
2 checks passed
@infeo
infeo deleted the copilot/add-ignore-entries-suppressions-xml branch May 18, 2026 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants