CHANGELOGChangelog
Curated changelog — feature shipments, data refreshes, operational improvements. For raw commits see the git log. Authored by Adam Lundqvist, Founder at SQUR.
2026-05-30
feature EntityJsonLd shared component on all 14 detail-page types
Every entity detail page now emits DefinedTerm + BreadcrumbList JSON-LD scoped to its source vocabulary (MITRE ATT&CK / D3FEND / CWE / CAPEC / ATLAS / etc). Richer Google + AI Overview citations.
feature /.well-known/security.txt (RFC 9116)
Vulnerability disclosure policy at the canonical .well-known path — security buyers + procurement expect this.
feature /explore/freshness public source-SLA report
Per-feed last-fetched + within-SLA flag for every external source (MITRE STIX, KEV, EPSS, NVD, MISP-Galaxy, HIBP, LOLBAS, GTFOBins, EUR-Lex). Buyer-trust surface.
operations Graph-fill orchestrator validated end-to-end
7-step Cloud Run Job runs in 254s, 0 errors. Healing queue 657 → 86 across the session (87% reduction). Activation guide at scripts/cloud-jobs/graph-fill-orchestrator.md.
feature /explore/ai-act + /explore/coverage thematic explorers
7 EU AI Act articles with their applicable ATT&CK techniques + CWEs. Coverage map ranks techniques by how many frameworks cite them — the highest-defensibility surface for procurement narratives.
feature /about/data-quality public scoreboard
Live per-type schemaCompleteness avg + healing-queue sample. EU-auditor-friendly transparency.
data refresh +1,200 live typed edges + 657→86 healing-queue reduction
6 deterministic enrichers (Phase 4 same-as backfill + Phase 6 LOLBin / ThreatActor / CAPEC / Software body enrichers) + 2 Vertex-grounded verification passes (321 promoted to live, 32 rejected). Total Vertex spend: €0.51.
feature EdgeNeighbours on all 13 detail-page types
Every entity detail page surfaces its full typed-edge neighbourhood, predicate-grouped with confidence + tier pills.
feature 11 Wave-B /kb/* entity-index routes + /explore + /kb hub pages
Browse-by-type indexes for all 11 entity types. Hub pages aggregate the 30+ routes shipped this session.
feature 18 Wave-C explorer + audit routes
KEV explorer, threat-actor card grid, ATT&CK + D3FEND + ATLAS matrices, 14×14 framework crosswalk, breach timeline + per-year SVG histogram, graph explorer with radial 1-hop SVG, search across 30k+ nodes, audit-provenance per-edge page.
operations Multi-stage Dockerfile + self-contained Cloud Build
Cloud Build no longer depends on a pre-built local .next/standalone artifact. git push → gcloud run deploy is enough.