diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-07-16 06:05:20 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-07-16 06:05:20 -0400 |
commit | e07ae475a53cbde6d26a5b1428b880afe0181e96 (patch) | |
tree | 341a0980e27f3f9a8a88731f17644fe2cc276e34 | |
parent | 6d7f6f85ed580c67c4dd1d6885011815cff57148 (diff) | |
download | python-coveragepy-git-e07ae475a53cbde6d26a5b1428b880afe0181e96.tar.gz |
Tidelift security contact, and non-transparent logo.
-rw-r--r-- | README.rst | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -17,7 +17,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 @@ -69,6 +69,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 ------- |