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

Machine readable encoding for configurations #281

Open
oliverchang opened this issue Sep 13, 2024 · 0 comments
Open

Machine readable encoding for configurations #281

oliverchang opened this issue Sep 13, 2024 · 0 comments

Comments

@oliverchang
Copy link
Contributor

For example, some vulnerabilities may only be relevant on certain operating systems / architectures. Are there other similar information that can be encoded in a machine readable and actionable way?

This issue tracks adding this as a potential new field to affected. e.g. something like:

{
	"affected": [ {
                 ....
		"configurations": [
                   {"os": "Windows"},
                   {"arch": "x86-64"},
                 ]
	} ]
}

This glosses over some additional detail (e.g. do we need to express specific versions of OSes?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant