CiscoPSIRT / openVulnAPI

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

Retrieve the Details section of an advisory ? #79

Closed TearsOfSky closed 3 years ago

TearsOfSky commented 4 years ago

Hello,

I use the API to retrieve information from an advisory by parsing the "summary" section of the json output.

My problem is sometimes I don't have enough information in this section because most of it is stored in the "Details" section of an advisory. Example : https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-ios-webui-priv-esc-K8zvEWM

I can't find a way to retrieve information from this section without using the CVRF.

Do you plan to add this section to the API in the future ?

santosomar commented 3 years ago

This is only possible by parsing the CVRF file and there are no plans to include this in the default JSON output. CSAF 2.0 (the new version of CVRF) will be supported in the future, once it is released by the OASIS CSAF TC.