Skip to content
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

Move "x_generator" to an official and optional string value "generator" #327

Open
jayjacobs opened this issue Jun 19, 2024 · 0 comments
Open
Labels
enhancement New feature or request Needs Discussion Discuss in a future QWG meeting or on mailing list

Comments

@jayjacobs
Copy link
Collaborator

I suggest, as a way to standardize this field across different tools and more importantly, json records, that we add the "generator" field as a string into the "cveMetadataPublished" definition, and move away from the experimental field for the same purpose.

This is related to, but independent from #318

To be inserted into the properties of the cveMetadataPublished definition (and not required):

generator: {
    type: "string",
    description: "An identifying string for any software used to generate or maintain this record, e.g. \"Vulnogram 0.2.0\".",
    minLength: 1,
    maxLength: 256
},

And leave the field as optional.

@jayjacobs jayjacobs added the enhancement New feature or request label Oct 18, 2024
@jayjacobs jayjacobs added the Needs Discussion Discuss in a future QWG meeting or on mailing list label Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Needs Discussion Discuss in a future QWG meeting or on mailing list
Projects
None yet
Development

No branches or pull requests

2 participants
@jayjacobs and others