Hello All,
I am trying to run a SQL query that does the following.
Count for an asset group: All vulnerabilities first found on an asset before Feb. 28th
Count for an asset group: All vulnerabilities first found on an asset after Feb. 28th
Count for an asset group: All vulnerabilities remediated first found on an asset before Feb. 28th
Count for an asset group: All vulnerabilities remediated first found on an asset after Feb. 28th
I am having an issue connecting the remediated table and the fact_asset_vulnerability_finding table. Also, I am unclear about the history of the vulnerabilities and when they are moved over to the remediated table.
Thanks all