You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Response: CVRF response in json or xml based on the headers used for the request.
ie: {"Content-Type": "application/json"} would get you back json content
Parse through that full cvrf file and look for your CVE you want information on
In addition the Updates API doesn't seem to show the latest Update date with the CVE either? CVE-2021-28311 is updated in 2021-Apr but the API response has a last date of March :(
The text was updated successfully, but these errors were encountered:
The old endpoints around the portal api used to provide a nice clean lookup by CVE:
https://portal.msrc.microsoft.com/api/security-guidance/en-us/CVE/
Response: CVRF response in json or xml based on the headers used for the request.
ie: {"Content-Type": "application/json"} would get you back json content
Now the process is really awkward as you have to do something like:
GET https://api.msrc.microsoft.com/cvrf/v2.0/Updates('CVE-2021-28311')
GET https://api.msrc.microsoft.com/cvrf/v2.0/cvrf/2021-Apr
In addition the Updates API doesn't seem to show the latest Update date with the CVE either? CVE-2021-28311 is updated in 2021-Apr but the API response has a last date of March :(
The text was updated successfully, but these errors were encountered: