diff --git a/public/certmap-data.json b/public/certmap-data.json index 75a9b6c..beb61c4 100644 --- a/public/certmap-data.json +++ b/public/certmap-data.json @@ -1,5 +1,5 @@ { - "generated_at": "2026-05-27T18:33:23.986Z", + "generated_at": "2026-09-13T11:06:46.535Z", "systems": [ { "id": "hart-verity-2-6", @@ -1324,6 +1324,17 @@ "status": "active", "eac_url": "https://www.eac.gov/voting-equipment/verity-voting-28", "advisory_notices": [] + }, + { + "id": "hart-verity-vanguard-1-1", + "slug": "hart-verity-vanguard-1-1", + "name": "Verity Vanguard 1.1", + "manufacturer": "Hart InterCivic", + "vvsg_version": "2.0", + "cert_date": "2026-06-26", + "status": "active", + "eac_url": "https://www.eac.gov/voting-equipment/verity-vanguard-11", + "advisory_notices": [] } ], "states": [ diff --git a/src/data/changes.json b/src/data/changes.json index 1d900b2..d781f14 100644 --- a/src/data/changes.json +++ b/src/data/changes.json @@ -1,4 +1,11 @@ [ + { + "date": "2026-09-13", + "system_id": "hart-verity-vanguard-1-1", + "system_name": "Verity Vanguard 1.1", + "kind": "certified", + "detail": "Newly certified VVSG 2.0 · 2026-09-13" + }, { "date": "2026-05-27", "system_id": "hart-verity-voting-2-8", @@ -341,12 +348,5 @@ "system_name": "EVS 6.4.0.0", "kind": "certified", "detail": "Newly certified VVSG 1.0 · 2026-05-06" - }, - { - "date": "2026-05-06", - "system_id": "microvote-microvote-ems-4-3-a", - "system_name": "MicroVote EMS 4.3-A", - "kind": "certified", - "detail": "Newly certified VVSG 1.0 · 2026-05-06" } ] diff --git a/src/data/systems.json b/src/data/systems.json index 2cbe3a6..16a2437 100644 --- a/src/data/systems.json +++ b/src/data/systems.json @@ -1322,5 +1322,16 @@ "status": "active", "eac_url": "https://www.eac.gov/voting-equipment/verity-voting-28", "advisory_notices": [] + }, + { + "id": "hart-verity-vanguard-1-1", + "slug": "hart-verity-vanguard-1-1", + "name": "Verity Vanguard 1.1", + "manufacturer": "Hart InterCivic", + "vvsg_version": "2.0", + "cert_date": "2026-06-26", + "status": "active", + "eac_url": "https://www.eac.gov/voting-equipment/verity-vanguard-11", + "advisory_notices": [] } ]