You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(security): block file extension probes and dotfile access in middleware (#140)
Enhance MaliciousPathBlocker to catch scanner probes that request paths with
file extensions (e.g. /delete.sql, /secrets.txt) when no matching file exists
in public/. Also block dotfile requests (.rbenv-vars, .yarnrc, etc.) and
tighten catch-all route constraints to exclude paths containing dots so
static file requests fall through properly.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments