Improvement #11787
Updated by Subodhinie chathurajika 3 months ago
The current implementation of category names extraction concatenates all the category names into a single String and send via the payload from Windows agent.It is less flexible for further processing of update data such as filtering of category names individually. So to overcome those difficulties each category name should be separated instead of concatenating the names into a single String by returning a list of category names.
Resources:
Windows Update categories - https://learn.microsoft.com/en-us/archive/blogs/dubaisec/windows-update-categories
Determine Windows Update classification - https://stackoverflow.com/questions/48382393/determine-windows-update-classification
ICategory interface(wuapi.h) - https://learn.microsoft.com/en-us/windows/win32/api/wuapi/nn-wuapi-icategory