We release patches for security vulnerabilities. Which versions are eligible for receiving such patches depends on the CVSS v3.0 Rating:
Version | Supported |
---|---|
0.1.x | ✅ |
Please report (suspected) security vulnerabilities by creating a new issue using the "Security Vulnerability" template. You will receive a response from us within 48 hours. If the issue is confirmed, we will release a patch as soon as possible depending on complexity.
This project implements several security measures:
- Input validation for all Nostr events
- Secure WebSocket connections
- No storage of sensitive data
- Regular dependency updates
When using this Node-RED node:
- Always use secure WebSocket connections (wss://)
- Keep your Node-RED installation up to date
- Review the relay URLs you connect to
- Monitor your Node-RED logs for suspicious activity
When we receive a security bug report, we will:
- Confirm the problem and determine affected versions
- Audit code to find any similar problems
- Prepare fixes for all supported versions
- Release new versions and notify users
If you have suggestions on how this process could be improved, please submit a pull request.