| Version | Supported |
|---|---|
| 0.1.x | ✅ |
If you discover a security vulnerability in sse-kit, please report it responsibly:
- Do not open a public GitHub issue
- Use GitHub's private vulnerability reporting
- Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
We will acknowledge receipt within 48 hours and provide a detailed response within 7 days.
This library is designed with minimal attack surface:
- Zero runtime dependencies — no supply chain risk in production
- No authentication handling — consumers manage auth at integration layer
- No data persistence — ephemeral streams only
- No external network calls — only stream handling by design
- No file system access — pure in-memory operations