left4me/l4d2web/routes
mwiegand f81e839ba2
security: harden boundary inputs and production defaults
- validate instance names at the host lib and web boundary against
  [a-z0-9][a-z0-9_-]{0,63} to prevent path traversal via Server.name
- fail-closed on SECRET_KEY: load_config returns None when env unset,
  create_app raises if missing or "dev" outside TESTING
- close login timing oracle by hashing a dummy digest when the user
  is not found, equalizing response time
- set SESSION_COOKIE_SECURE outside TESTING
- delete_instance tolerates stop_service and fusermount3 failures so
  partially-initialized instances clean up without contract breaks;
  drops the is_mount() preflight that violated AGENTS.md
- document claim_next_job's single-process assumption
- clarify emit_step contract via docstring

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-07 00:53:33 +02:00
..
__init__.py chore(l4d2): flatten component layout 2026-05-05 23:47:06 +02:00
auth_routes.py security: harden boundary inputs and production defaults 2026-05-07 00:53:33 +02:00
blueprint_routes.py feat(l4d2-web): add form-based blueprint editor 2026-05-06 12:09:08 +02:00
job_routes.py feat(l4d2-web): add job pages and cancellation 2026-05-06 15:05:13 +02:00
log_routes.py chore(l4d2): flatten component layout 2026-05-05 23:47:06 +02:00
overlay_routes.py feat(deploy): add production-like test deployment 2026-05-06 19:30:10 +02:00
page_routes.py feat(l4d2-web): add server creation form 2026-05-06 19:41:04 +02:00
server_routes.py security: harden boundary inputs and production defaults 2026-05-07 00:53:33 +02:00