Files
esp32-hacking/get-started/csi_recv_router/main
user bbe0e3fb21 fix: Harden command auth and prevent remote auth disable
- Flip cmd_requires_auth() from blacklist to whitelist: only read-only
  query commands are unauthenticated, all state-modifying commands now
  require HMAC (VULN-007)
- Block AUTH OFF command to prevent remote auth disable; secret rotation
  still allowed, full reset via FACTORY (VULN-005)
- Redact auth secret in boot log to first 4 chars only (VULN-003)
- Update HELP text to reflect AUTH change
2026-02-14 20:01:19 +01:00
..