mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-07-09 10:31:39 +00:00
e01b5f58c2
The GET /api/config/geo-filter endpoint is unauthenticated. Returning writeEnabled (derived from APIKey presence + strength) leaks whether the server has a strong API key configured to anonymous callers. This is a red commit: both subtests now assert writeEnabled is absent. Current production handler still emits the field, so they fail.