microsoft / MSRC-Microsoft-Security-Updates-API

Repo with getting started projects for the Microsoft Security Updates API (msrc.microsoft.com/update-guide)
https://msrc.microsoft.com/update-guide
MIT License
366 stars 117 forks source link

"cvrf" data of JSON fomat is not found on "https://api.msrc.microsoft.com/cvrf/v3.0/cvrf/yyyy-mmm". #143

Open DRGBruce opened 6 months ago

DRGBruce commented 6 months ago

I have been retrieving monthly JSON format "cvrf" data via the API below by specifying "application/json" for the "Content-Type" header. However, from this month, I cannot seem to find the JSON format data, and only XML format seems to be retrievable.

https[://]api.msrc.microsoft.com/cvrf/v3.0/cvrf/yyyy-mmm

Has the provision of JSON format been discontinued and switched to XML format only? By the way, "Updates" seem to continue to be available in both JSON and XML formats.

https[://]api.msrc.microsoft.com/cvrf/v3.0/updates/yyyy-mmm

Please guide me on how to retrieve "cvrf" data in JSON format if it possible.