Improvement #11787
closedImprovement #11632: Patch management/ Windows updates related improvements
Refactor and Re-Implement the Category Extraction from ICategoryCollection for OS_UPDATES payload
100%
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
Updated by Subodhinie chathurajika 3 months ago
- Start date set to 26/08/2024
- % Done changed from 0 to 50
Updated by Subodhinie chathurajika 3 months ago
- Due date set to 08/09/2024
- % Done changed from 50 to 60
Updated by Subodhinie chathurajika 2 months ago
- Due date changed from 08/09/2024 to 19/09/2024
- % Done changed from 60 to 90
Updated by Subodhinie chathurajika 2 months ago
- Status changed from New to Implementation
Updated by Subodhinie chathurajika about 2 months ago
- Status changed from Implementation to QA
Updated by Arshana Atapattu 23 days ago
- File Screenshot from 2024-10-30 15-40-54.png Screenshot from 2024-10-30 15-40-54.png added
- Status changed from QA to QA Accept
This is working
Updated by Arshana Atapattu 23 days ago
- Status changed from QA Accept to Closed
Closing due to QA accept