You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
Anything else:
Additional details regarding CVE-2024-21762 can be found at: CVE-2024-21762 NIST Page
The text was updated successfully, but these errors were encountered: