Prioritize CVE remediation against a CMDB inventory.
Script Body
I will paste a CSV of CVEs (cve_id, cvss, exploit_available, vendor, product, affected_versions) and a CSV of assets (asset_id, hostname, product, version, criticality). Produce a prioritized remediation list joining the two, weighting CVSS, exploit-in-the-wild signals, and asset criticality. Output columns: rank, cve_id, affected_asset_count, top_assets, suggested_patch, mitigation_if_no_patch. Limit to top 50.โฆ