v0.61.72
Control plane + dashboard. Fixes GH #245: vulnerability findings all showed "Low".
Fixed
- Vulnerability severities are now accurate. Severity comes from the Wordfence Intelligence feed's CVSS data, but a request-spacing bug rate-limited the enrichment feed on every sync (the two feeds were fetched two seconds apart against a 30-minute per-key limit), so every finding was stored without a CVSS score and fell back to the lowest severity. A critical core vulnerability could appear with a "Low" badge. The feeds now alternate across syncs (one request per sync), so real severities land, and existing findings re-derive their severity on the next scan.
- Findings with genuinely no severity data are shown as "Unknown", ranked for attention above Low and Medium, never silently bucketed as Low.
- When the enrichment feed is unreachable, the Vulnerabilities page and the admin feed status now say so explicitly, instead of understating risk without a trace. The free Wordfence Intelligence key remains sufficient for full severity data.
Full Changelog: v0.61.71...v0.61.72