Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All PSIRT openVuln API: "NO_DATA_FOUND" #96

Open
llxxzz12 opened this issue Apr 10, 2024 · 0 comments
Open

All PSIRT openVuln API: "NO_DATA_FOUND" #96

llxxzz12 opened this issue Apr 10, 2024 · 0 comments

Comments

@llxxzz12
Copy link

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):

  • OS: Sonoma 14
  • Version: Python 3.9.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant