MSRC-Microsoft-Security-Updates-API
MSRC-Microsoft-Security-Updates-API copied to clipboard
Repo with getting started projects for the Microsoft Security Updates API (msrc.microsoft.com/update-guide)
The links to TechNet forum are no longer valid since the forum has been closed and archived. https://social.technet.microsoft.com/Forums/security/en-us/home?forum=securityupdateguide
Can we get the latest version of a given OS build included in this api? For example, these release notes have the date, KB and OS version builds: https://support.microsoft.com/en-us/topic/february-9-2021-kb4601319-os-builds-19041-804-and-19042-804-87fc8417-4a81-0ebb-5baa-40cfab2fbfde I'm...
from the product id and the product name, how do we map to the information we get from the machine, for example, for product "SQL Server Manage Studio", the api...
Hello I have found a contradiction between two documents. The following page say that the "temp" value is: Set temp to ConcatenationOf(Responserversion, HiResponserversion, Z(6), Time, ClientChallenge, Z(4), ServerName, Z(4)) [NTLM...
I was able to import the module without any issues and its shows in the Modules section 1.9.5 The script works fine locally, however inside Azure Automation it keeps on...
## Windows 11 I'm running into a problem where the `Supercedence` property is not populated for some Windows 11 cumulative updates. For example, [KB5006674](https://www.catalog.update.microsoft.com/ScopedViewInline.aspx?updateid=8cf5c03f-1b45-4d8f-a6d6-9fc9a927f92a), which is the 2021-10 rollup, should...
The "type" field in the cvrf doc is not user friendly. instead of: $cvrfDoc.Vulnerability.Remediations | Where Type -EQ 2 we should have something like: $cvrfDoc.Vulnerability.Remediations | Where Type -EQ $Msrc-vendorFix...
The output of Get-MsrcCvrfDocument cmdlet is with key as CVE number. This is good from a security point of view that all CVE's are covered. However, for a WSUS Admin...
Is there a way of fetching the list of all Microsoft products and their Product ID rather than using the productTree list everymonth.
It would be nice to have a unique ID (GUID) given to each Product. If you look at the Update Details, the URL has the unique ID : https://www.catalog.update.microsoft.com/ScopedViewInline.aspx?updateid=d4ac6c51-424d-402e-8e4e-0598abfb7e93 I...