cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

Querying the PSIRT openVuln API by Product

Omar Santos
Cisco Employee
Cisco Employee

We now have the ability to query security advisories on a per product basis via the following resource URI:

https://api.cisco.com/security/advisories/cvrf/product?product<<keyword>>

For example, to query for all advisories that match the word "asa" (for Cisco ASA products), use the following method:

https://api.cisco.com/security/advisories/cvrf/product?product=asa

This new functionality also supports wildcards. For example:

https://api.cisco.com/security/advisories/cvrf/product?product=ios*

This is also documented at: https://developer.cisco.com/site/PSIRT/get-started/getting-started.gsp

Who Me Too'd this topic