Skip to content

All PSIRT openVuln API: "NO_DATA_FOUND" #96

Description

@llxxzz12

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions