| Version | Supported |
|---|---|
| 1.x | Yes |
If you discover a security vulnerability, please report it responsibly:
- Do not open a public issue
- Email the maintainer or use GitHub's private vulnerability reporting feature
- Include a description of the vulnerability and steps to reproduce
You can expect an initial response within 48 hours.
This is a client-side calculator application. The primary security concerns are:
- Expression evaluation (injection via the parser)
- Tauri IPC command surface
- Dependencies (Rust crates, if network-fetched)
The browser fallback mode uses a custom recursive-descent parser (not eval) to prevent code injection.