-
It appears to be an issue with a leading zero "0". For example, I also get the same error using the Python client (openVulnQuery).
```
omar@omar:~$ **openVulnQuery --ios_xe 03\.16\.7S**
Tracebac…
-
The latest version is dated Oct 16, 2018. It doesn't include the latest commits, especially NX-OS support. Are there any plans to update it?
-
**Is your feature request related to a problem? Please describe.**
Since the apiconsole.cisco.com portal cannot generate a lifetime token, the examples should contain the "user id", "user secret" aut…
-
Hi, I came across that there is no method currently available to get advisories by nxos version, in the query_client.py module. Is this a feature that will be added in the future?
***My current alt…
-
**Describe the bug**
There appears to be a significant number of advisories without version information. These advisories sometimes have linked bug pages with some affected versions on them, but this…
-
When querying for a given date range such as:
```
https://api.cisco.com/security/advisories/all/firstpublished?startDate=2018-10-11&endDate=2018-10-11
```
The client gives the following error:…
-
Hi,
I have the following code as per the example but and am getting the following response:
Code:
from openVulnQuery import query_client
query_client = query_client.OpenVulnQueryClient(clie…
-
I'm trying to pull all vulnerabilities for Cisco ISE. When I do the following I get a KeyError: 'firstFixed'.
`advisories = query_client.get_by_product(adv_format="cvrf", product_name="Cisco Ident…
-
My environment is CentOS7.5 and I installed openVulnQuery in Python2.7.15 created in vurtualenv environment.
1, pip install openVulnQuery
2, make credential.json
3, make API calls via commend belo…
ghost updated
6 years ago
-
Currently the openVulnQuery (python) client points to /cvrf and /oval. Cisco no longer produces OVAL definitions. The new API resource is Change the client code to only point to https://api.cisco.com/…