| Version | Supported |
|---|---|
| 1.x.x | Yes |
| 0.x.x | Yes (beta) |
If you discover a security vulnerability, please report it responsibly:
- Do NOT open a public issue
- Email the details to the maintainers
- Include steps to reproduce the vulnerability
- Allow reasonable time for a fix before public disclosure
We will acknowledge your report within 48 hours and provide a timeline for a fix.
ArcTimer follows these security practices:
- No
eval()ornew Function()usage - No direct DOM manipulation outside React
- All dependencies are regularly audited (
pnpm audit) - Strict TypeScript mode prevents common errors
- Automated dependency updates via Dependabot