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

Request for a complete ProductTree list

Open filiphhh opened this issue 7 years ago • 0 comments

I would like to request a complete ProductTree list with all possible ProductNames and their ProductID's. The ability to get this list through the API would be preferable but a static list kept up to date would be sufficient.

From looking at the few available document id's, it seems the ProductID values of different products in (Get-MsrcCvrfDocument -Id $ID).ProductTree.FullProductName are constant. The ID's seems like a better way of identifying which products a certain vulnerability or update is for than trying to parse it out of the actual product name, especially in cases where it's an update for an application on a specific operating system.

For example:

ProductID   Value                                                                                                                       
---------   -----                                                                                                                       
10384-10729 Adobe Flash Player on Windows 10 for 32-bit Systems                                                                         

Where 10384 seems to represent Adobe Flash Player and 10729 represents Windows 10 for 32-bit Systems

filiphhh avatar May 24 '17 15:05 filiphhh