From 5607425bde241a54ede56eefe2b7e387105c08cb Mon Sep 17 00:00:00 2001 From: Brian Rogers Date: Tue, 12 Dec 2023 13:56:38 -0700 Subject: [PATCH] adding a security template file --- src/SECURITY.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/SECURITY.md diff --git a/src/SECURITY.md b/src/SECURITY.md new file mode 100644 index 0000000..7a05c1c --- /dev/null +++ b/src/SECURITY.md @@ -0,0 +1,30 @@ + + + + + + +- [Security Policy](#security-policy) + - [Supported Versions](#supported-versions) + - [Reporting a Vulnerability](#reporting-a-vulnerability) + + + +# Security Policy + +## Supported Versions + +We release patches for security vulnerabilities. Which versions are eligible for +receiving such patches depends on the CVSS v3.0 Rating: + +| CVSS v3.0 | Supported Versions | +| --------- | ----------------------------------------- | +| 9.0-10.0 | Releases within the previous three months | +| 4.0-8.9 | Most recent release | + +## Reporting a Vulnerability + +Please report (suspected) security vulnerabilities to +**[security@ory.sh](mailto:security@ory.sh)**. 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 but historically within a few days.