From 6f8fb11aed7c05a535c30040ce314ae5eec1dcc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Tue, 5 Jul 2022 19:24:10 -0700 Subject: [PATCH] Add funding and security disclosure --- .github/FUNDING.yml | 1 + .github/SECURITY.md | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 .github/FUNDING.yml create mode 100644 .github/SECURITY.md diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 000000000..91b483e4e --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +tidelift: "pypi/virtualenv" diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 000000000..fb6dfe0b3 --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,13 @@ +# Security Policy + +## Supported Versions + +| Version | Supported | +| ----------- | ------------------ | +| 20.15.1 + | :white_check_mark: | +| < 20.15.1 | :x: | + +## Reporting a Vulnerability + +To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift +will coordinate the fix and disclosure.