v1.7.12: security hardening — CORS fix, security headers, fail-closed rate limiter, OpenAPI docs disabled by default, config auth privacy, webhook validation
All checks were successful
CI / lint-and-test (push) Successful in 51s
Release / build-and-push (push) Successful in 54s

This commit is contained in:
2026-04-27 13:59:05 +02:00
parent c086fa4260
commit 3f983f8ca9
10 changed files with 312 additions and 13 deletions

View File

@@ -27,6 +27,9 @@ RETENTION_DAYS=0
# Optional: comma-separated CORS origins (e.g., http://localhost:3000,https://app.example.com)
CORS_ORIGINS=*
# OpenAPI docs exposure (set true only for dev)
DOCS_ENABLED=false
# Optional: SIEM export webhook (e.g., Splunk HEC, Sentinel, or generic syslog webhook)
SIEM_ENABLED=false
SIEM_WEBHOOK_URL=