- Encrypt session cookies (add encryption_salt to endpoint) - X-Frame-Options: SAMEORIGIN → DENY (match CSP frame-ancestors 'none') - Remove unsafe-eval from CSP script-src - Apply security headers in all environments (not just prod) - Add GraphQL query complexity limit (max 500) via Absinthe.Plug - GraphQL introspection already blocked in prod via plug Closes audit items #6, #7, #12, #13, #14, #16 |
||
|---|---|---|
| .. | ||
| api_auth_test.exs | ||
| brute_force_protection_test.exs | ||
| capture_timezone_test.exs | ||
| check_policy_consent_test.exs | ||
| detect_eu_user_test.exs | ||
| mobile_auth_test.exs | ||
| rate_limit_test.exs | ||
| remote_ip_logger_test.exs | ||
| security_headers_test.exs | ||
| update_session_activity_test.exs | ||
| webhook_auth_test.exs | ||