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 117 forks source link

The summary provides information per CVE number, however it would be good for WSUS users to have this information per KB #31

Open chilleregeravi opened 6 years ago

chilleregeravi commented 6 years ago

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 point of view, it would KBs that are more important.

A particular KB has more than one CVE linked to it. Hence, we should have a cmdlet which generates report per KBnumber with information on the CVEs covered by it.

jm0477 commented 5 years ago

Agreed. actually the KBs are not unique. the URL given from the CVRF documents, it's only the catalog+queryKB. when accessing the catalog, the results may be multiple entries. we cannot get the exact one we want.

chilleregeravi commented 3 years ago

Any update on this enhancement?

karanatpanaseer commented 4 months ago

Hello, is there any update on this? What's the best way to get data indexed by KB rather than by CVE ?

Thank you in advance