-
Currently the help shows the following:
```
omar@omar:~$ openVulnQuery -h
usage: openVulnQuery [-h] (--cvrf | --oval)
(--all | --advisory API_RESOURCE | --cve API_RESOURCE | --latest API_RESOURC…
-
Minor issue, but results headers are incorrect in the table.
```
omar@ares:~$ openVulnQuery --cvrf --latest 1 -f advisory_id sir cves advisory_title
+-------------------------+----------+--------…
-
Documentation in the help (-h) option should be made a little more clear.
For instance:
` --advisory API_RESOURCE | --cve API_RESOURCE | --latest API_RESOURCE | --severity API_RESOURCE | --year …
-
Since the addition of the new fields on the API the table (human readable) is not appropriate anymore. Please change the client to only display the json results from the API.
The user can still se…
-
The results of IOS and IOS-XE queries are missing the "firstFixed" field in the results.
For example: https://api.cisco.com/security/advisories/ios?version=12.4(4)T
Should show many results of sev…
-
Within the _openVulnAPI/openVulnQuery_ folder the [README.md](https://github.com/CiscoPSIRT/openVulnAPI/blob/master/openVulnQuery/README.md) file has an incorrect example under "**Run OpenVulnQuery as…
-
This field is not consistent - if the list has 0 or 1 values then it is not written as a list, but rather as a single value.
`cisco-sa-20151218-ios` has multiple affected versions so the export is:…