| Version | Supported |
|---|---|
| 1.x.x | ✅ |
| < 1.0 | ❌ |
We take security vulnerabilities seriously. If you discover a security issue, please report it responsibly.
- DO NOT open a public GitHub issue for security vulnerabilities
- Email security concerns to: security@platformbuilds.io
- Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Any suggested fixes (optional)
- Acknowledgment: Within 48 hours
- Initial Assessment: Within 7 days
- Resolution Timeline: Depends on severity
- Critical: 7 days
- High: 14 days
- Medium: 30 days
- Low: 90 days
- We will coordinate disclosure with you
- Credit will be given to reporters (unless anonymity is requested)
- We follow responsible disclosure practices
When deploying Telegen:
-
Capabilities: Run with minimum required capabilities
CAP_BPF(orCAP_SYS_ADMINon older kernels)CAP_PERFMONfor profilingCAP_NET_ADMINfor network tracingCAP_SYS_PTRACEfor process tracing
-
Network: Restrict OTLP endpoints to trusted collectors
-
Configuration:
- Avoid capturing sensitive data (prompts, queries)
- Use TLS for OTLP exports
- Enable authentication where supported
-
Container Security:
- Use read-only root filesystem
- Run as non-root when possible
- Apply appropriate SecurityContext/SCC