From 170c1a00bdefb580fd0295966e82afd56081db25 Mon Sep 17 00:00:00 2001 From: sysy <106249136+AAtomical@users.noreply.github.com> Date: Tue, 24 Feb 2026 11:09:40 -0500 Subject: [PATCH 1/2] Create a SECURITY.md Updated security policy to clarify supported versions and reporting process. --- SECURITY.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..bc38e3b5 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,13 @@ +# Security Policy + +## Supported Versions + +Only the latest stable version of ormar receives security updates. Make sure you are running the most recent release. + +## Reporting a Vulnerability + +Please do not open public issues for security problems. Instead, use GitHub's "Report a vulnerability" feature in the Security tab of this repository. We will review and respond as soon as possible. + +## Security Updates + +If we fix a vulnerability, we will announce it in the release notes. Keep your installation up to date to receive the latest fixes. From 7b304a53d77ef640970eb3f15f7add84f0770d30 Mon Sep 17 00:00:00 2001 From: sysy <106249136+AAtomical@users.noreply.github.com> Date: Tue, 24 Feb 2026 11:12:35 -0500 Subject: [PATCH 2/2] Update project name --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index bc38e3b5..72d65695 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,7 +2,7 @@ ## Supported Versions -Only the latest stable version of ormar receives security updates. Make sure you are running the most recent release. +Only the latest stable version of bottle receives security updates. Make sure you are running the most recent release. ## Reporting a Vulnerability