From e9f0c07b34b2e157400e7d777c8e31f97381f9ad Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 13 May 2025 09:44:25 -0400 Subject: [PATCH] add SECURITY.md Change-Id: I7cecd7d6038b0aae4ef815ba024f1d0f105fcb8e --- .github/SECURITY.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/SECURITY.md diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 00000000..b400b258 --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,12 @@ +# Security Policy + +## Reporting a Vulnerability + +SQLAlchemy participates in the Tidelift security infrastructure for reporting +potential vulnerabilities reponsibly. Please follow the guidelines at: + +https://tidelift.com/docs/security + +in order to report a security issue. + + -- 2.47.3