mirror of
https://github.com/amidaware/rmmagent.git
synced 2026-04-26 06:45:48 +03:00
[PR #78] IncludePotentiallySupersededUpdates in agents reporting of windows updates #111
Labels
No labels
bug
bug
enhancement
fixed
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rmmagent#111
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/amidaware/rmmagent/pull/78
Author: @rabsym
Created: 3/10/2026
Status: 🔄 Open
Base:
develop← Head:develop📝 Commits (1)
a7353ccTake into account IncludePotentiallySupersededUpdates in agents reporting of windows updates📊 Changes
1 file changed (+9 additions, -0 deletions)
View changed files
📝
agent/wua_windows.go(+9 -0)📄 Description
This PR take into account IncludePotentiallySupersededUpdates in agents reporting of windows updates.
The IUpdateSearcher::IncludePotentiallySupersededUpdates method sets whether the results include updates that are superseded by other updates in the search results.
This default to true so agent reports missing patches that have been superseded by newer patch versions/revisions.
More info and deeper explanation in this issue:
https://github.com/amidaware/tacticalrmm/issues/2433
Maybe interested in doing it through a parameter to enable/disable this workaround?
Thanks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.