Since June, I have noticed a flaw in the Patch Tuesday reports, showing red/OutOfDate when the Assets are indeed updated. After digging into several tables and comparing OS version numbers and KB releases, I have found a fix for July 2024. by adding KB5040435 to the selection list in SubQuery1, the updated info is now correctly shown.
Where tblQuickFixEngineeringUni.HotFixID In ('KB5040485', 'KB5040456', 'KB5040448', 'KB5040434', 'KB5040430', 'KB5040427', 'KB5040437', 'KB5040438', 'KB5040431', 'KB5040442','KB5040435')) As SubQuery1
Manually editing the report SQL to add KB5040435 to the criteria for SubQuery1 resolved the issue for me. Now I have 90% green instead of 90% red.