Skip to content

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

License

Notifications You must be signed in to change notification settings

microsoft/MSRC-Microsoft-Security-Updates-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome

Microsoft provides an API for programmatic access to security update details using Common Vulnerability Reporting Format. View our blog post for more info.

The Microsoft Security Update Guide is the web experience to find security update detail.

This repository contains sample code and documentation for the Microsoft Security Updates API (https://portal.msrc.microsoft.com/en-us/developer), including:

Getting the MsrcSecurityUpdates PowerShell Module

Getting started with the MsrcSecurityUpdates module can be done like this:

### Install the module from the PowerShell Gallery
Install-Module -Name MsrcSecurityUpdates -Scope CurrentUser

### Load the module if PowerShell is at least version 5.1
if ($PSVersionTable.PSVersion -gt [version]'5.1') {
 Import-Module -Name MsrcSecurityUpdates
}

Once the module is loaded, check out our PowerShell samples

Change Log

For up to date major changes, please read the psd1 included in the src folder. This can also be seen on the Microsoft Powershell Gallery.

Support

Developer Support

Customers should treat this repository as custom code. Bug fixes or enhancements can be requested by opening a new issue from the Issues tab.

Security Update Support

For questions about CVEs, security updates and patches, please visit Microsoft Support

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

It is Microsoft’s mission to empower every person and every organization on the planet to achieve more. We thank you for helping shape that future by keeping the world a more secure place by tooling security into your organization’s practices. We would love to hear your feedback on features to add or bugs to fix.

About

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

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published