btcpay-plugin/SECURITY.md

36 lines
1 KiB
Markdown
Raw Permalink Normal View History

2025-06-22 09:59:03 -05:00
# Security Policy
## Supported Versions
We currently support the following versions of the Lethean plugin for BTCPayServer:
2025-06-22 09:59:03 -05:00
| Version | Supported |
|---------|-------------|
| 1.1.x | ✅ Yes |
| 1.0.x | ❌ No |
2025-06-22 09:59:03 -05:00
## Reporting a Vulnerability
If you discover a security vulnerability, we strongly encourage responsible disclosure.
Please **do not** create public GitHub issues or pull requests for security-related matters.
Instead, report it privately by contacting repository admins:
- Matrix: [#btcpay-lethean:matrix.org](https://matrix.to/#/#btcpay-lethean:matrix.org)
2025-06-22 09:59:03 -05:00
Include as much information as possible:
- Vulnerability description
- Affected version(s)
- Reproduction steps or proof-of-concept
- Impact assessment
We aim to respond within **3 days** and will coordinate disclosure once a fix is available.
## Security Best Practices
When contributing code, please follow these security practices:
- Validate and sanitize all external inputs
- Avoid using deprecated or insecure libraries
- Do not hardcode credentials or secrets