Closed C0FFEEC0FFEE closed 6 years ago
I am also having this issue. I am getting the following error in Python.
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://api.cisco.com/security/advisories/product?product=Cisco+Identity+Services+Engine
We are working on this issue and will update this thread with an ETA in a few days. However, you should be able to still use the older method/URI such as
GET /security/advisories/cvrf/product/{product_keyword}
In other words:
https://api.cisco.com/security/advisories/cvrf/product?product=XXX
The product search is now fixed and can be accessed via the following URI:
https://api.cisco.com/security/advisories/product
For example:
https://api.cisco.com/security/advisories/product?product=ios
or
https://api.cisco.com/security/advisories/product.json?product=ios
It seems like the product method is broken. I tried using it with curl as well as openVulnQuery. All the other API methods are working fine.