-
Notifications
You must be signed in to change notification settings - Fork 111
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Prerequisites
- Put an X between the brackets on this line if you have done all of the following:
- Checked the FAQs on the message board for common solutions: (TBD)
- Checked that your issue isn't already filed.
Description
CVE-2026-21619 includes Package URLs which include a version component. Per the RFD which introduced support for Package URLs into the CVE Record Format, version components are banned and should never be accepted (the proper way to include version data is to put it in the versions field).
This indicates we either failed to perform validation on a route for submitting or modifying CVE Records, or our validation logic is buggy and failed to stop this record from being published.
Expected behavior:
This record should not have been published as-is, because the Package URLs are non-compliant with the requirements of the CVE Record Format.
Actual behavior:
The record includes Package URLs with a version.
Additional Information
Thanks @darakian for the report!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Needs Triage