MSRC-Microsoft-Security-Updates-API icon indicating copy to clipboard operation
MSRC-Microsoft-Security-Updates-API copied to clipboard

Repo with getting started projects for the Microsoft Security Updates API (msrc.microsoft.com/update-guide)

Results 47 MSRC-Microsoft-Security-Updates-API issues
Sort by recently updated
recently updated
newest added

Is the service of this website "https://portal.msrc.microsoft.com/en-us/developer" no longer available? I need to obtain the latest API GET JSON format and examples. ![螢幕擷取畫面 2024-04-18 103457](https://github.com/microsoft/MSRC-Microsoft-Security-Updates-API/assets/48819357/b004f208-9f60-4023-a384-8cfaa3ae77d0)

Same reason as issue #137 > Following this [blog post from the MSRC about greater transparency](https://msrc.microsoft.com/blog/2024/04/toward-greater-transparency-adopting-the-cwe-standard-for-microsoft-cves/) and the adoption of CWE standard, it's possible to add this info to various...

Following this [blog post from the MSRC about greater transparency](https://msrc.microsoft.com/blog/2024/04/toward-greater-transparency-adopting-the-cwe-standard-for-microsoft-cves/) and the adoption of CWE standard, it's possible to add this info to various functions in this module.

Hi guys, I am using msrc api to do some vulnerability testing. I find some the FixedBuild of some OS is not right. for example, `CVE-2023-36025` in `Windows 10 Version...

PS C:\Users\ddubs.memconfigmgr> Get-MsrcCvrfDocument -ID 2024-Jan Get-MsrcCvrfDocument : A parameter cannot be found that matches parameter name 'ID'. At line:1 char:22 + Get-MsrcCvrfDocument -ID 2024-Jan + ~~~ + CategoryInfo : InvalidArgument:...

Get-MsrcSecurityUpdate -After 2022-07-13 -Before 2022-08-09 Running this command got the below error Get-MsrcSecurityUpdate: HTTP Get failed with status code InternalServerError: WARNING: No results returned from the /Update API

bug

For Get-MsrcCvrfAffectedSoftware Why does the below return two KB's for remediation for ProductID 11923 $aaa = Get-MsrcCvrfDocument -ID 2023-Sep $bbb.Remediations | where-object {$_.productID -contains "11923"} **Description : @{Value=5030216} URL :...

Hi, I have a question regards getting revised patches dates. For example: patch for CVE-2022-26928 initially was released in 2022-Sep cycle and if you query that it will give you...

In the 2022-NOV release, the KB KB5022303 has been listed as a remediation for "Windows Server 2022". That KB, however, is only applicable for Windows 11 version 22H2: https://support.microsoft.com/en-gb/topic/january-10-2023-kb5022303-os-build-22621-1105-c45956c6-4ccb-4216-832c-2ec6309c7629 Microsoft...