-
Notifications
You must be signed in to change notification settings - Fork 26
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
Remove the description from the required information for an entry submission #13
Comments
description should not be required if the requester has all the info (name/version/vuln type, impact, etc.) but it's also "nice to have" as there is often weird info that can be included but does not lend itself to a structured format (e.g. "this affects systems only on leap years"). |
@kurtseifried are you saying that you are okay with not requiring a description if the submitter supplies the minimum required information (currently product, version, and problem type), or do they have to provide more information? |
Several of the formats we publish the CVE List in require a description (http://cve.mitre.org/data/downloads/index.html). We will have to figure out what to do with them if we are no longer requiring a description. |
So for example if the submitter supplies all the data that would be needed to automatically generate a description, e.g. in the JSON format if they provide: Vendor, product, affected version, fixed version, impact, vuln type, affected component or like many of my open source cases they provide a code patch that fixes the issue which can be very obvious (e.g. adding htmlspecialchars() wrapper in a php program). |
Currently JSON and CPE do not have a way to drill down further down into components such as a modules, affected function calls, features, affected hardware platforms, serial numbers etc., Until JSON is fixed to allow inclusion of such information, truthful descriptions can not be automatically generated from data else where in JSON. Even if we can automatically generate descriptions, I would suggest to keep it as a required field. |
Yes and no. You can add a description container today to have all that and more info. We can also add containers easily, e.g. we have: Affected And we can easily add something like Component I suspect features is already covered by the configuration container I had proposed a long time ago, serial numbers would go in affected under product simply. |
From Art Manion: |
We can't do that until we update the JSON standard, and then ideally shift it to "include the data, from which a description is created 99% of the time". |
Add "Current Status" dashboard and Bulletin #13
Added an item for Transition Bulletin #13
GOAL: Streamline the CVE Entry creation process.
CHANGE: Should "Description" be excluded from the required fields in Appendix B?
OUTCOME: CNAs and requesters will be able to assign CVE IDs with the least necessary effort.
The text was updated successfully, but these errors were encountered: