summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-07-16 06:05:20 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-07-16 08:31:56 -0400
commit60c6c98a1aa0de65b702fc95cf47eca022aee46c (patch)
treee88e445e15db6fc5ce21f9ea94d3e636063ad18e
parentc9ee22417b4aa3611c8332f151d6cce40efad39b (diff)
downloadpython-coveragepy-git-60c6c98a1aa0de65b702fc95cf47eca022aee46c.tar.gz
Tidelift security contact, and non-transparent logo.
(cherry picked from commit e07ae475a53cbde6d26a5b1428b880afe0181e96)
-rw-r--r--README.rst11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index e57df088..91877c64 100644
--- a/README.rst
+++ b/README.rst
@@ -18,7 +18,7 @@ Coverage.py measures code coverage, typically during test execution. It uses
the code analysis tools and tracing hooks provided in the Python standard
library to determine which lines are executable, and which have been executed.
-.. |tideliftlogo| image:: https://nedbatchelder.com/pix/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White_small.png
+.. |tideliftlogo| image:: https://nedbatchelder.com/pix/Tidelift_Logo_small.png
:width: 75
:alt: Tidelift
:target: https://tidelift.com/subscription/pkg/pypi-coverage?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=readme
@@ -80,6 +80,15 @@ See the `Contributing section`_ of the docs.
.. _Contributing section: https://coverage.readthedocs.io/en/latest/contributing.html
+Security
+--------
+
+To report a security vulnerability, please use the `Tidelift security
+contact`_. Tidelift will coordinate the fix and disclosure.
+
+.. _Tidelift security contact: https://tidelift.com/security
+
+
License
-------