Use this section to tell people about which versions of your project are currently being supported with security updates.
| Version | Supported |
|---|---|
| 0.8.x | ✅ |
We take the security of Notable Nomads Backend API seriously. If you believe you have found a security vulnerability, please report it to us as described below.
Please do NOT report security vulnerabilities through public GitHub issues.
Instead, please report them via email to contact@notablenomads.com
You should receive a response within 48 hours. If for some reason you do not, please follow up via email to ensure we received your original message.
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
- Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
- Full paths of source file(s) related to the manifestation of the issue
- The location of the affected source code (tag/branch/commit or direct URL)
- Any special configuration required to reproduce the issue
- Step-by-step instructions to reproduce the issue
- Proof-of-concept or exploit code (if possible)
- Impact of the issue, including how an attacker might exploit the issue
We prefer all communications to be in English.
- The security report is received and assigned to an owner
- The issue is confirmed and a list of affected versions is determined
- Code is audited to find any similar problems
- Fixes are prepared and tested
- A new version is released and the fix is deployed
When contributing to this repository, please ensure you follow these security best practices:
- Never commit sensitive credentials or API keys
- Always validate and sanitize user input
- Use prepared statements for database queries
- Keep dependencies up to date
- Follow the principle of least privilege
- Implement proper error handling
- Use secure communication protocols (HTTPS)
- Implement proper authentication and authorization
- Follow secure coding guidelines
We currently do not have a bug bounty program, but we greatly appreciate any security findings you share with us and will publicly acknowledge your responsible disclosure if you want.