Central tracking of resolved vulnerabilities
03 August 2026
Vulnerabilities can go away for several reasons. The software can be patched, the CVE can be withdrawn, it might have been flagged as a false positive. So far, this information would be spread throughout ShadowTrackr indexes.
This week's update is a major overhaul of the
cves_assets index. It now tracks what happened to all your vulnerabilities. There are three new fields available:
resolved,
resolved_at and
resolved_reason. it might take a few days for all states to settle in their new values.
You can easily get an overview of recent resolved cves with this query:
index=cves_assets resolved=true resolved_at>-7d
There is a report available for this in our
Report Library
Along with this change we cleaned up the false positives registration. It now only contains the things you explicitly marked as false positives. The automaticly flagged false positives are gone from the GUI. For larger organizations this only generated a lot of noise and was not useful.