Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,I created a python script as below using openVulnQuery library: from openVulnQuery import query_client
query_client = query_client.OpenVulnQueryClient(client_id="xxxx", client_secret="yyyy")
version = "16.9.4"
advisories = query_client.get_by_ios_...
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:/...