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

Include full CPE configuration in vulnerability statement #131

Open
3 tasks
MagielBruntink opened this issue Dec 15, 2022 · 0 comments
Open
3 tasks

Include full CPE configuration in vulnerability statement #131

MagielBruntink opened this issue Dec 15, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@MagielBruntink
Copy link
Member

Some CVEs have multiple CPE configurations, linking the CVE to several affected products and versions. An example CVE is https://nvd.nist.gov/vuln/detail/CVE-2022-22970
For matching purposes it is desirable to have access to the full CPE configurations.

Currently, the vulnerability producer only extracts and stores the first configuration. This following code implements this policy:

It is probably desirable to have a new data field in the (JSON) vulnerability statement, next to the existing base_cpe one. It could be called full_cpe or cpe_config or similar. If possible, the new field should contain a proper JSON object that describes the entire CPE configuration.

Tasks:

@MagielBruntink MagielBruntink added the enhancement New feature or request label Dec 15, 2022
@MagielBruntink MagielBruntink self-assigned this Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant