MsrcSecurityUpdates
1.8.2
The Microsoft Security Response Center module gets Microsoft Security Update details
and CVRF (Common Vulnerability Reporting Format) documents in either JSON or XML.
This module calls the MSRC API (api.msrc.microsoft.com) which requires an API key from:
https://portal.msrc.microsoft.com/
Minimum PowerShell version
3.0
Installation Options
Owners
Copyright
(c) 2017 Microsoft Corporation. All rights reserved.
Package Details
Author(s)
- Microsoft Corporation
Tags
MSRC Security Updates Microsoft CVRF
Dependencies
This module has no dependencies.
Release Notes
October 23, 2020 - Replaced Description with CVSS table in Get-MsrcVulnerabilityReportHtml
February 9, 2017 - Initial release to https://github.com/Microsoft/MSRC-Microsoft-Security-Updates-API
March 8, 2017 - Refactored into a script module and added basic Pester tests
March 14, 2017 - Added some error handling for when fields are not in the returned CVRF api reply
March 28, 2017 - Added Get-MsrcVulnerabilityReportHtml
March 30, 2017 - PR from MVP (https://github.com/p0w3rsh3ll) Split module into public and private functions, etc
April 5, 2017 - Added ability to use Azure AD tokens, the module now supports calling the APIs with an API key or AAD token
April 18, 2017 - Small HTML change to Get-MsrcSecurityBulletinHtml.ps1
April 28, 2017 - Bug fixes and some refactoring
May 3, 2017 - Added Proxy support, Updates to Get-MsrcVulnerabilityReportHtml
May 5, 2017 - Further updates to Get-MsrcVulnerabilityReportHtml
May 9, 2017 - Changed the string from "unknown" to "N/A" when a cvss score is null from the cvrf response
May 10, 2017 - fixed a typo that was causing FAQ to not display correctly
May 30, 2017 - Added tags to the table of contents, as well as changing the KB article text to be hyperlinked, and show the subtype if possible.
May 31, 2017 - Removed padding between table of contents cells to reduce wasted space
June 2, 2017 - Added a fix to allow for multiline KB articles
June 19, 2017 - minor: fixed tests to not fail on get-kbDownloadUrl. major: @rsola added a fix for early powershell versions not able to deserialize large json strings
FileList
- MsrcSecurityUpdates.nuspec
- Microsoft.IdentityModel.Clients.ActiveDirectory.dll
- Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms.dll
- MsrcSecurityUpdates.psd1
- MsrcSecurityUpdates.psm1
- MsrcSecurityUpdates.tests.ps1
- Private\Get-CVRFID.ps1
- Private\Get-MsrcCvrfProductVulnerability.ps1
- Private\Get-MsrcThreatExploitStatus.ps1
- Private\ParseJsonString.ps1
- Private\Test-CVRFID.ps1
- Public\CVSS-Descriptions.json
- Public\CVSS-Metrics.json
- Public\Get-KBDownloadUrl.ps1
- Public\Get-MsrcCvrfAffectedSoftware.ps1
- Public\Get-MsrcCvrfCVESummary.ps1
- Public\Get-MsrcCvrfDocument.ps1
- Public\Get-MsrcCvrfExploitabilityIndex.ps1
- Public\Get-MsrcSecurityBulletinHtml.ps1
- Public\Get-MsrcSecurityUpdate.ps1
- Public\Get-MsrcVulnerabilityReportHtml.ps1
- Public\Set-MsrcAdalAccessToken.ps1
- Public\Set-MSRCApiKey.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.11.2678 | 71,652 | 5/1/2024 |
1.11.2634 | 6,859 | 3/18/2024 |
1.10.2312.0 | 19,172 | 5/3/2023 |
1.9.6 | 14,707 | 2/17/2022 |
1.9.5 | 13,248 | 4/20/2021 |
1.9.4 | 567 | 4/8/2021 |
1.9.3 | 1,556 | 3/2/2021 |
1.9.2 | 422 | 2/19/2021 |
1.9.0 | 493 | 2/9/2021 |
1.8.8 | 573 | 1/22/2021 |
1.8.6 | 2,171 | 11/25/2020 |
1.8.5 | 592 | 11/13/2020 |
1.8.4 | 592 | 11/3/2020 |
1.8.3 | 243 | 10/27/2020 |
1.8.2 (current version) | 62 | 10/26/2020 |
1.7.2 | 29,723 | 6/5/2017 |
1.6.6 | 690 | 5/9/2017 |
1.6.5 | 80 | 5/8/2017 |
1.6.4 | 48 | 5/5/2017 |
1.6.3 | 30 | 5/5/2017 |
1.6.2 | 118 | 5/1/2017 |
1.6.1 | 386 | 4/18/2017 |
1.6 | 164 | 4/14/2017 |
1.5 | 270 | 3/30/2017 |
1.4 | 38 | 3/28/2017 |
1.3 | 91 | 3/15/2017 |
1.2 | 45 | 3/9/2017 |
1.1 | 27 | 3/8/2017 |