bfiles 2025-05-06
Escaped dots in default exclusion patterns
1 files · 3+ · 3-

Exclusion pattern escaping

1 file changed
  • config.py Escaped dots in `.git/`, `.venv/`, and `.env` default exclusion patterns so they are treated as regex
  • Escaped dots in .git/, .venv/, and .env default exclusion patterns (changed from ".git/" to "\.git/", etc.) so they are properly treated as regex patterns rather than literal string matches remediate behavioral
    1 file
    • config.py
  • Without this fix, patterns containing dots but no other regex metacharacters were being incorrectly classified as non-regex patterns by the exclusion engine remediate internal
    1 file
    • config.py