Skip to content

Commit 4f5ff9e

Browse files
committed
Add note on security and add link to subprocess docs.
1 parent b0e1e91 commit 4f5ff9e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,21 @@ examine it.
128128
Limitations
129129
===========
130130

131-
For distributed testing the workers must have the pytest-cov package installed. This is needed since
131+
For distributed testing the workers must have the pytest-cov package installed. This is needed since
132132
the plugin must be registered through setuptools for pytest to start the plugin on the
133133
worker.
134134

135135
For subprocess measurement environment variables must make it from the main process to the
136-
subprocess. The python used by the subprocess must have pytest-cov installed. The subprocess must
136+
subprocess. The python used by the subprocess must have pytest-cov installed. The subprocess must
137137
do normal site initialisation so that the environment variables can be detected and coverage
138-
started.
138+
started. See the `subprocess support docs <https://pytest-cov.readthedocs.io/en/latest/subprocess-support.html>`_
139+
for more details of how this works.
139140

141+
Security
142+
========
143+
144+
To report a security vulnerability please use the `Tidelift security contact <https://tidelift.com/security>`_.
145+
Tidelift will coordinate the fix and disclosure.
140146

141147
Acknowledgements
142148
================

0 commit comments

Comments
 (0)