From 43e0d7c06ba154e806a72d72ad06ae56a32225aa Mon Sep 17 00:00:00 2001 From: mike bayer Date: Fri, 30 Aug 2019 19:56:43 -0400 Subject: [PATCH] Create SECURITY.md add SECURITY.md to suit Githubs "security" sidebar. --- SECURITY.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000000..6ca98a36e0 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,19 @@ +# Security Policy + +## Supported Versions + +For the current supported version of SQLAlchemy, see "Current Release Series" at +https://www.sqlalchemy.org/download.html#current. + +## 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. Security-related issues in SQLAlchemy +are extremely rare. Nevertheless, we would ask that you please do not file +CVEs without emailing us first, so that proper disclosure steps may be taken. + + -- 2.47.3