microsoft / MSRC-Microsoft-Security-Updates-API

Repo with getting started projects for the Microsoft Security Updates API (msrc.microsoft.com/update-guide)
https://msrc.microsoft.com/update-guide
MIT License
366 stars 115 forks source link

Add enums for types #12

Open ms-AlexDavis opened 7 years ago

ms-AlexDavis commented 7 years ago

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

adding this to my backlog.

JamieMagee commented 1 year ago

I've documented the enums here: