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

Product not matching when multiples are list #88

Open
zroulston opened this issue Feb 14, 2024 · 0 comments
Open

Product not matching when multiples are list #88

zroulston opened this issue Feb 14, 2024 · 0 comments
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@zroulston
Copy link

cvemap version: 0.0.4

Current Behavior:

The current behavior of cvemap presents an issue wherein the retrieval process fails to produce results when a CVE affects multiple configurations. For instance, consider CVE-2024-21762, impacting both FortiProxy and FortiOS. It is only retrieved when querying specifically for the "fortiproxy" product; however, it remains absent from searches related to "fortios".

Expected Behavior:

Ideally, when a CVE influences multiple configurations, it should be included in the search results if the queried product matches any configuration within the list.

Steps To Reproduce:

# Issue not returned
cvemap -p fortios
# Issue returned
cvemap -p fortiproxy
# Example CVE causing the issue
cvemap -id CVE-2024-21762

Anything else:

Additional details regarding CVE-2024-21762 can be found at: CVE-2024-21762 NIST Page

@zroulston zroulston added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

No branches or pull requests

1 participant