CiscoPSIRT / openVulnAPI

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

All PSIRT openVuln API: "NO_DATA_FOUND" #96

Open llxxzz12 opened 5 months ago

llxxzz12 commented 5 months ago

Describe the bug I am using a python script to retrieve the data of certain bug IDs. The process is working for some and returning errors for others – Could you please be as kind as to help to me to address this issue or any further requirement? It doesn't seem to have a pattern as some IDs are fetched while others not. It seems to be linked with certain defect IDs.

To Reproduce Steps to reproduce the behavior: Get BugID via Cisco Bug Identifier:

curl -X GET -H "Accept: application/json" -H "Authorization: Bearer " 'https://apix.cisco.com/security/advisories/v2/bugid/CSCwd28131'

Expected behavior { "advisories": [ { "advisoryId": "cisco-sa-expressway-csrf-KnnZDMj3", "advisoryTitle": "Cisco Expressway Series Cross-Site Request Forgery Vulnerabilities", "bugIDs": [ "CSCwa25074", "CSCwa25099",

Screenshots An error occurred while getting bug details: 404 Client Error: for url: https://apix.cisco.com/security/advisories/v2/bugid/CSCwd28131 { "errorCode": "NO_DATA_FOUND", "errorMessage": "No data found"

Desktop (please complete the following information):