summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-11-30 20:12:13 -0500
committerJason R. Coombs <jaraco@jaraco.com>2019-11-30 20:12:13 -0500
commit0880a9876cf424458b82757d1c7504be58f9c2c1 (patch)
tree0e35b6de27a698acd34635fd1f2b7a25c3cdd474 /README.rst
parentd760dfb4093a9492b2e9ff9476c29c71dbe14ae2 (diff)
parent1c187ad0cf50fbc14626f63cb669a9ec5949012f (diff)
downloadpytest-runner-0880a9876cf424458b82757d1c7504be58f9c2c1.tar.gz
Merge https://github.com/jaraco/tideliftmaster
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 0a400aa..ba9805b 100644
--- a/README.rst
+++ b/README.rst
@@ -16,6 +16,9 @@
.. .. image:: https://readthedocs.org/projects/pytest-runner/badge/?version=latest
.. :target: https://pytest-runner.readthedocs.io/en/latest/?badge=latest
+.. image:: https://tidelift.com/badges/package/pypi/pytest-runner
+ :target: https://tidelift.com/subscription/pkg/pypi-pytest-runner?utm_source=pypi-pytest-runner&utm_medium=readme
+
Setup scripts can use pytest-runner to add setup.py test support for pytest
runner.
@@ -129,3 +132,10 @@ is invoked::
#... (other setup requirements)
] + pytest_runner,
)
+
+Security Contact
+================
+
+To report a security vulnerability, please use the
+`Tidelift security contact <https://tidelift.com/security>`_.
+Tidelift will coordinate the fix and disclosure.