cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
693
Views
5
Helpful
1
Replies

PSIRT API call gets error while IOS Checker run well

HenryTran
Level 1
Level 1

i,

 

I run the command below but the return is error ><errorCode>NO_IOS_AFFECTING_ADVISORIES_FOUND</errorCode>. IOS Checker can get the Cisco security advisories.

curl -X GET -s -k -H "Accept: application/xml" -H "Authorization: Bearer <Token>" 'https://api.cisco.com/securi
ty/advisories/ios?version=15.5(2)S

Does PSIRT API support this IOS? 

 

Thanks,

 

1 Accepted Solution

Accepted Solutions

Jacob Jennings
Level 1
Level 1

Potentially look at using openVulnQuery. Can run from bash/ps or as a Python libray.

 

https://github.com/CiscoPSIRT/openVulnAPI/tree/master/openVulnQuery

 

It is working for me there.

 

openVulnQuery --config credentials.json --ios "15.5(2)S"

View solution in original post

1 Reply 1

Jacob Jennings
Level 1
Level 1

Potentially look at using openVulnQuery. Can run from bash/ps or as a Python libray.

 

https://github.com/CiscoPSIRT/openVulnAPI/tree/master/openVulnQuery

 

It is working for me there.

 

openVulnQuery --config credentials.json --ios "15.5(2)S"

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: