It has come to my attention that, starting from February 9, 2021, Microsoft Security Response Center has removed registrations requirements to their CVRF API.
That could be a nice way to programmatically identify, download and apply security updates and, for example, provisioning fully patched systems.
That being the case, I was trying to identify, the latest cumulative update for a given Windows version, say 20H2, to be later downloaded from Microsoft Update Catalog, which lacks a proper API.
Currently, I can just think of parsing the call:
curl -X GET --header 'Accept: application/json' 'https://api.msrc.microsoft.com/cvrf/v2.0/cvrf/2021-Feb'
Is there a more specific and reliable way?
I haven't found a straightforward way to parse the JSON output. However, this sort of works: