-
Notifications
You must be signed in to change notification settings - Fork 51
Description
Could we be able to search with the ASA version number instead of ASA as a product like below?
openVulnQuery --config credentials.json --product asa
Currently searching for IOS releases:
openVulnQuery --config credentials.json --ios "12.2(25)SEE2" -f sir cves first_fixed publication_url advisory_id advisory_title bug_ids last_updated first_published cvss_base_score ios_release --csv test.csv
Proposed ASA search:
openVulnQuery --config credentials.json --asa "9.8(2)24" -f sir cves first_fixed publication_url advisory_id advisory_title bug_ids last_updated first_published cvss_base_score asa_release --csv test.csv
This will help me cover my entire estate and know all the latest vulnerabilities against the versions we run.