-
CVRF URL disappeared from openVulnQuery 1.29.
The problem is that during the cleanup of OVAL and CVRF constructs the cvrfURL was not being parsed from the API.
I am adding it to:
```
def …
-
This is an enhancement request to be able to change the order of exported columns (fields) in CSV file.
In my example below I do the same query twice and export the output to two CSV files (example…
-
It seems like the [product method](https://developer.cisco.com/docs/psirt/#!api-reference/querying-by-the-product-name) is broken. I tried using it with curl as well as openVulnQuery. All the other AP…
-
Currently openVulnQuery has the following:
>
> --ios
> Search by IOS version
> Examples:
> >> openVulnQuery --cvrf --ios 15.6\(2\)SP (*use \ to escape bracket in ios v…
-
Would I be able to use the query_client to pull all vulnerabilities between two dates? It appears to be possible by running the query below manually. I'd like to script the output into a report -- pos…
-
This is a request for Python 3 support for this tool. There are a few incompatibilities, but they seem fairly minor.
-
This may not be a openVulnQuery client problem, but needs to be investigated in parallel, in case the client needs to be updated (if it is a bug in the API).
https://communities.cisco.com/thread/86…
-
Since the openVuln API now has all the additional fields that we used to parse from CVRF, please remove the need of parsing CVRF and the dependency from lxml.
-
Getting the following error in csv function due to special character encoding.
```
root@psirt-saint:~# openVulnQuery --cvrf --all --csv all.csv
Traceback (most recent call last):
File "/usr/lo…
-
Product search should not be dependent on other arguments, such as "--all --advisory --cve --latest --severity --year is required"
According to the openVulnQuery documentation the product search c…