diff --git a/README.md b/README.md index 910f26dbbb..4ca09e7896 100644 --- a/README.md +++ b/README.md @@ -277,6 +277,7 @@ registerSuite({ | [Architecture](docs/ARCHITECTURE.md) | System architecture and internals | | [Contributing](CONTRIBUTING.md) | Development setup and guidelines | | [OpenAPI Spec](docs/openapi.yaml) | OpenAPI 3.0 specification | +| [Security Policy](SECURITY.md) | Vulnerability reporting and security practices | --- diff --git a/SECURITY.md b/SECURITY.md index e4b948831b..61effc8237 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -5,7 +5,7 @@ If you discover a security vulnerability in OmniRoute, please report it responsibly: 1. **DO NOT** open a public GitHub issue -2. Email: **security@omniroute.dev** (or use GitHub Security Advisories) +2. Use [GitHub Security Advisories](https://github.com/diegosouzapw/OmniRoute/security/advisories/new) 3. Include: description, reproduction steps, and potential impact ## Response Timeline @@ -20,9 +20,9 @@ If you discover a security vulnerability in OmniRoute, please report it responsi | Version | Support Status | | ------- | -------------- | -| 0.4.x | ✅ Active | -| 0.3.x | ✅ Active | -| < 0.3.0 | ❌ Unsupported | +| 0.7.x | ✅ Active | +| 0.6.x | ✅ Security | +| < 0.6.0 | ❌ Unsupported | ## Security Best Practices