Project

General

Profile

Actions

Improvement #11787

closed

Improvement #11632: Patch management/ Windows updates related improvements

Refactor and Re-Implement the Category Extraction from ICategoryCollection for OS_UPDATES payload

Added by Subodhinie chathurajika 3 months ago. Updated 26 days ago.

Status:
Closed
Priority:
None
Start date:
26/08/2024
Due date:
19/09/2024
% Done:

100%

Estimated time:
Device Type:
Windows
Component:
Windows Agent
Type:
Windows

Description

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


Files

Actions

Also available in: Atom PDF