| Version | Supported |
|---|---|
| 0.9.x | ✅ |
| < 0.9 | ❌ |
If you discover a security vulnerability in renacer, please report it responsibly by emailing info@paiml.com.
Do not open a public GitHub issue for security vulnerabilities.
We will acknowledge receipt within 48 hours and provide an initial assessment within 5 business days.
unsafe_codeis denied at workspace level via[workspace.lints.rust]- All unsafe blocks require
#[allow(unsafe_code)]with SAFETY comments - Dependencies audited weekly via
cargo-auditandcargo-deny - Memory-mapped I/O operations are read-only where possible
- ptrace operations are sandboxed to traced child processes only