CiscoPSIRT / openVulnAPI

Documentation and Tools for Cisco's PSIRT openVuln API
https://developer.cisco.com/psirt/
MIT License
102 stars 52 forks source link

Product API call didn't work any more #88

Closed pixerl0n closed 2 years ago

pixerl0n commented 2 years ago

Hello dev team,

since 3 days the API call https://developer.cisco.com/docs/psirt/#!api-reference/querying-by-the-product-name didn't any more. I didn't receive for any product a result. It worked before without any issue. Was there a change behind the scenes?

I'm getting always the result:


curl -X GET "https://api.cisco.com/security/advisories/product?product=cisco_xe" or
curl -X GET "https://api.cisco.com/security/advisories/product?product=ASA"

{
    "errorCode": "PRODCUT_NOT_FOUND",
    "errorMessage": "Product not found"
}

Thank you & BRgds

yparwani commented 2 years ago

Seeing the same issue

pixerl0n commented 2 years ago

started working again...