File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Coverage.py measures code coverage, typically during test execution. It uses
18
18
the code analysis tools and tracing hooks provided in the Python standard
19
19
library to determine which lines are executable, and which have been executed.
20
20
21
- .. |tideliftlogo | image :: https://nedbatchelder.com/pix/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White_small .png
21
+ .. |tideliftlogo | image :: https://nedbatchelder.com/pix/Tidelift_Logo_small .png
22
22
:width: 75
23
23
:alt: Tidelift
24
24
: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.
80
80
.. _Contributing section : https://coverage.readthedocs.io/en/latest/contributing.html
81
81
82
82
83
+ Security
84
+ --------
85
+
86
+ To report a security vulnerability, please use the `Tidelift security
87
+ contact `_. Tidelift will coordinate the fix and disclosure.
88
+
89
+ .. _Tidelift security contact : https://tidelift.com/security
90
+
91
+
83
92
License
84
93
-------
85
94
You can’t perform that action at this time.
0 commit comments