Files
meshcore-analyzer/cmd/server
openclaw-bot e01b5f58c2 test(routes): assert writeEnabled is NOT exposed in public geo-filter GET
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.
2026-05-21 02:39:39 +00:00
..