| Version | Supported |
|---|---|
| Latest | ✅ |
Do not open a public GitHub issue for security vulnerabilities.
Please report vulnerabilities privately to: Exemplo Empresa SA / had-nu
Include:
- Description of the vulnerability
- Steps to reproduce
- Impact assessment
- Suggested fix (optional)
You will receive acknowledgment within 48 hours and a resolution update within 7 days.
This project follows secure development practices:
- Dependencies are scanned with Dependabot
- Code is analyzed with
gosecandgovulncheck - All PRs run security checks in CI before merge
- Race conditions are detected via
go test -race