This project currently supports the main branch.
If you discover a security issue:
- Do not open a public issue with exploit details.
- Contact the maintainer privately with:
- vulnerability description
- reproduction steps
- impact assessment
- suggested remediation (if available)
- Allow time for a fix before public disclosure.
Never commit:
- API keys
- JWT secrets
- production DB credentials
- real
.envfiles
Use:
- environment variables
- local-only config files
- .NET user secrets for local development
If a secret is exposed:
- Rotate the secret immediately.
- Remove it from repository history.
- Invalidate any affected tokens/credentials.
- Document the incident and preventive action.