| Version | Supported |
|---|---|
| 1.0.x | ✅ Yes |
| < 1.0 | ❌ No |
If you discover a security vulnerability in Locsight, please report it responsibly:
- Do NOT open a public issue
- 📧 Email: Create a private security advisory
- Include:
- 📋 Description of the vulnerability
- 🔄 Steps to reproduce
- 💥 Potential impact
- 💡 Suggested fix (if any)
| Action | Timeline |
|---|---|
| 📬 Acknowledgment | Within 48 hours |
| 🔍 Assessment | Within 1 week |
| 🔧 Fix release | Within 2 weeks |
Locsight includes a built-in Secrets Scanner that detects:
- 🔑 AWS Access Keys
- 🐙 GitHub Personal Access Tokens
- 🔍 Google API Keys
- 🔒 Private Keys (RSA, DSA, EC)
- 🧮 High-entropy strings (potential passwords/tokens)
⚠️ All detected credentials are automatically masked before display. Only partial prefix/suffix is shown.
- 🚫 Never commit secrets to source control
- 📄 Use
.analyzer.jsonto exclude sensitive directories - 🔐 Add sensitive files to
.gitignore - 🔄 Rotate any exposed credentials immediately
🛡️ Security is a shared responsibility. Thank you for helping keep Locsight safe.