File size: 830 Bytes
dbb04e4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | # Security Policy
## Supported Versions
This repository is currently in beta.
Security fixes are handled on the latest `main` branch.
## Reporting a Vulnerability
Please report vulnerabilities privately to:
- Robin@veristatesystems.com
Include:
- Affected component/file
- Reproduction steps
- Impact assessment
- Suggested remediation (if available)
## Disclosure Policy
- Please do not open public issues for unpatched vulnerabilities.
- We aim to acknowledge reports quickly and coordinate responsible disclosure.
## Security Best Practices for Users
- Do not commit secrets, credentials, or private data.
- Use environment variables for sensitive configuration.
- Rotate any credential immediately if accidental exposure is suspected.
- Keep dependencies and runtime images updated.
|