-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create single file with CNA/ADP information and update with CVE repository data #133
Comments
A couple other pieces of information that would be "nice to have":
Might be other stuff, would love to have others add something. |
This requires further discussion between QWG and AWG since it touches both the site as well as CVE Services, and potentially a data schema that would have to be defined for this data. What we need here now is a set of use cases that this data would fulfill if it were to be available in a standard API or included in the cvelist in some way. |
Possible first step/improvement:
|
This was discussed in the AWG on 2024-10-23 and requested that use cases be added.
|
There is/was an idea/effort to create a User Registry. Not sure of the current state of this. Potentially the User Registry would contain needed CNA/ADP information and provide it in some useful way like an API and JSON. Unless the User Regsitry is coming soon, I'd still support a "single JSON file," just noting that the User Registry could be a thing. |
Right now there are two fields in a CVE record for every CNA, an "org ID" and "short name".
The only "available" data on CNAs is buried in the website repository at:
https://raw.githubusercontent.com/CVEProject/cve-website/dev/src/assets/data/CNAsList.json
It does not appear to have the "org ID" field.
There was a recent addition with the following data: https://www.cve.org/cve-partner-name-map.json that includes the org ID but then only the name (not the short name) of the CNA.
I propose there is a process to generate and publish a single json file (or other data store) that contains all available and appropriate information for both the CNAs and ADPs, And that this file be included with the CVEs in the CVEListv5 repository and kept current and relevant.
The text was updated successfully, but these errors were encountered: