Files
BMAD-METHOD/tools
Alex Verkhovsky 6de2a2515e fix(validate-refs): flag single-separator Windows path leaks (#2794)
The Windows branch of ABS_PATH_LEAK used `\\\\`, which in a regex literal
is two backslashes, so it only matched the escaped `C:\\Users` form and let a
plain `C:\Users\...` or `C:/Users/...` through. Match a drive letter of
either case followed by one separator, with a word boundary so URL schemes
like https:// stay unflagged.

Fixes #2487
2026-08-29 10:01:47 -06:00
..
2025-10-22 12:36:39 -05:00