Files
everything-claude-code/docs/zh-CN/skills
AlexisLeDain eddfeb6fbf fix(security): reject requests with missing/malformed auth header
The custom auth filter only rejected invalid tokens but silently
passed through requests without an Authorization header, creating
a complete auth bypass. Inverted the guard to reject-first: abort
immediately when header is absent or malformed, then validate.
2026-04-09 16:09:10 +02:00
..
2026-03-13 17:45:44 +08:00
2026-04-08 16:24:27 +02:00
2026-03-13 17:45:44 +08:00
2026-03-13 17:45:44 +08:00
2026-03-13 17:45:44 +08:00
2026-03-29 21:21:18 -04:00