v2025.9.0.13 - Template File Scanning
·
347 commits
to main
since this release
Bug Fix
Fixes .template/.example file discovery for secret scanning.
The Bug
FILE_SCANNERS in parallel.py was missing extensions that GitLeaksScanner supports. This caused files like .templates/env.template (common in Docker homelab configs) to be completely skipped during scanning.
Fix
Added these extensions to file discovery:
.template,.tpl,.example,.sample,.dist.ini,.cfg,.conf,.toml
Impact
Docker homelab projects with example/template config files will now be scanned for secrets.
Quick Start
pip install --upgrade medusa-security
medusa scan .Full Changelog: v2025.9.0.12...v2025.9.0.13
Generated with Claude Code