Skip to content
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
8 changes: 8 additions & 0 deletions .security/known_cves.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,11 @@
* the application is deployed as a WAR or with an embedded Servlet container * ... and so on.
The Dumper tools distributes as Jar only, Spring MVC is not used in the code.
There is no dependency on Spring MVC in the Dumper tools.

- CVE: CVE-2024-6763
artifact: org.eclipse.jetty:jetty-http:9.4.58.v20250814
justification: >
The Dumper is a CLI app, not a public-facing web server. It does not accept or process arbitrary URIs from untrusted
external users. The attack vector for CVE-2024-6763 requires an attacker to supply
a malformed URI to be parsed by the server; The Dumper does not expose an interface for such input.