11-05-2019 08:06 AM
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,
Solved! Go to Solution.
11-11-2019 01:40 PM
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"
11-11-2019 01:40 PM
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"
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide