| Version | Supported |
|---|---|
| latest | ✅ |
If you discover a security vulnerability in this project, please report it responsibly.
Do NOT open a public GitHub issue for security vulnerabilities.
Instead, please send an email to the project maintainers with:
- A description of the vulnerability
- Steps to reproduce the issue
- Any potential impact
- Suggested fix (if you have one)
- Acknowledgement within 48 hours of your report
- Status update within 5 business days
- Resolution timeline shared once the issue is confirmed
We appreciate your help in keeping React Native Web Playground and its users safe. Contributors who report valid security issues will be acknowledged in our release notes (unless they prefer to remain anonymous).
- Never commit secrets, API keys, or credentials
- Use environment variables (
.env) for sensitive configuration - Keep dependencies up to date — run
npm auditregularly - Review the
.gitignoreto ensure sensitive files are excluded