| Version | Supported |
|---|---|
| Latest | ✅ |
If you discover a security vulnerability in codemap, please report it responsibly:
- Do not open a public GitHub issue
- Email the maintainer directly or use GitHub's private vulnerability reporting
- Include steps to reproduce the issue
- Allow reasonable time for a fix before public disclosure
codemap is a CLI tool that:
- Reads local files and directories
- Respects
.gitignorepatterns - Does not make network requests (except for grammar downloads during build)
- Does not execute arbitrary code from scanned files
Security concerns would typically involve:
- Path traversal vulnerabilities
- Sensitive file exposure
- Malicious grammar injection (if using custom grammars)
Thank you for helping keep codemap secure!