CiscoPSIRT / openVulnAPI

Documentation and Tools for Cisco's PSIRT openVuln API
https://developer.cisco.com/psirt/
MIT License
102 stars 52 forks source link

Simplify openVulnQuery client code to reflect new changes in API #47

Closed santosomar closed 5 years ago

santosomar commented 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/security/advisories instead of the /cvrf /oval.

This issue is to track the changes to the openVulnQuery client and simplification.

santosomar commented 5 years ago

Addressed via https://github.com/CiscoPSIRT/openVulnAPI/pull/55