mirror of
https://github.com/getnora-io/nora.git
synced 2026-04-13 03:50:32 +00:00
- README: NORA_DOCKER_UPSTREAMS -> NORA_DOCKER_PROXIES, remove phantom NORA_LOG_LEVEL/FORMAT, add NORA_AUTH_ANONYMOUS_READ, NORA_RATE_LIMIT_ENABLED, nora gc, Documentation section - SECURITY: add 0.4.x, 0.5.x to supported versions - COMPAT: /swagger-ui/ -> /api-docs - llms.txt: fix env vars (RUST_LOG, NORA_DOCKER_PROXIES), rate limit default true - docker-compose: add NORA_HOST=0.0.0.0 - docs-ru: getnora.io -> getnora.dev, fix download URL, NORA_DOCKER_PROXIES - tests count: 460+ -> 570+
1.7 KiB
1.7 KiB
Security Policy
Supported Versions
| Version | Supported |
|---|---|
| 0.5.x | ✅ |
| 0.4.x | ✅ |
| 0.3.x | ✅ |
| 0.2.x | ✅ |
| < 0.2 | ❌ |
Reporting a Vulnerability
Please do not report security vulnerabilities through public GitHub issues.
Instead, please report them via:
- Email: devitway@gmail.com
- Telegram: @DevITWay (private message)
What to Include
- Type of vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
Response Timeline
- Initial response: within 48 hours
- Status update: within 7 days
- Fix timeline: depends on severity
Severity Levels
| Severity | Description | Response |
|---|---|---|
| Critical | Remote code execution, auth bypass | Immediate fix |
| High | Data exposure, privilege escalation | Fix within 7 days |
| Medium | Limited impact vulnerabilities | Fix in next release |
| Low | Minor issues | Scheduled fix |
Security Best Practices
When deploying NORA:
- Enable authentication - Set
NORA_AUTH_ENABLED=true - Use HTTPS - Put NORA behind a reverse proxy with TLS
- Limit network access - Use firewall rules
- Regular updates - Keep NORA updated to latest version
- Secure credentials - Use strong passwords, rotate tokens
Acknowledgments
We appreciate responsible disclosure and will acknowledge security researchers who report valid vulnerabilities in our release notes and CHANGELOG, unless the reporter requests anonymity.
If you have previously reported a vulnerability and would like to be credited, please let us know.