-
The update API has some glitches but generally works. I can find KB id in it, but no MSXX-XX field in it, e.g MS17-023
![screenshot 2019-02-16 at 12 07 20 am](https://user-images.githubusercontent…
-
May i know how to get HTML template ,which generates reports which are grouped into catagories rather than by each CVE , like if i want data of all the vulnerabilities that affect a certain product an…
-
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…
-
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 …
-
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/…
-
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…
-
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…
-
Hi
I have been improving security for one of our CentOS 7.5 Server. I have found that a few false positive for audit rules. I have ensure that required rules as mentioned in are present in `/etc/aud…
-
when i do `GET https://api.cisco.com/security/advisories/product?product=AIR-CT5508-500-K9` , i get 404 error
-
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…