Security fixes are applied to the main branch and the most recent release series.
Please do not open public GitHub issues for suspected vulnerabilities. Instead:
- Email the maintainers at
security@mm-verifier.orgwith:- A detailed description of the issue
- Steps to reproduce
- Potential impact and exploitability
- Any proof-of-concept or screenshots (redacted if needed)
- You will receive an acknowledgment within 72 hours.
- We will coordinate a fix and disclosure timeline with you.
- Never commit secrets or API keys to the repository.
- Use
.envfiles locally and keep them out of version control. - For test data, use synthetic or redacted examples.
- If you believe a secret has been exposed, rotate it immediately and notify the maintainers.
- Validate untrusted inputs at API boundaries.
- Keep dependencies up to date and review automated scan results.
- Prefer least-privilege credentials for infrastructure services.