Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/3_security_vulnerability.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: Security Vulnerability
about: Report security vulnerabilities
---

**Do not submit security vulnerabilities as issues**.

Create a [new Security Advisory](https://github.com/pytest-dev/pytest/security/advisories/new) instead.
4 changes: 1 addition & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,7 @@ Save time, reduce risk, and improve code health, while paying the maintainers of
Security
^^^^^^^^

pytest has never been associated with a security vulnerability, but in any case, to report a
security vulnerability please use the `Tidelift security contact <https://tidelift.com/security>`_.
Tidelift will coordinate the fix and disclosure.
If you have found an issue that you believe is a security vulnerability, please do not create an issue -- instead, report it via a `new security advisory <https://github.com/pytest-dev/pytest/security/advisories/new>`__.


License
Expand Down
3 changes: 3 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Security vulnerabilities in pytest are rare, given it is a testing framework used for development, not used in production.

However, if you find an issue that you believe is a security risk, please report a [new Security Advisory](https://github.com/pytest-dev/pytest/security/advisories/new).
4 changes: 1 addition & 3 deletions doc/en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,4 @@ Save time, reduce risk, and improve code health, while paying the maintainers of
Security
~~~~~~~~

pytest has never been associated with a security vulnerability, but in any case, to report a
security vulnerability please use the `Tidelift security contact <https://tidelift.com/security>`_.
Tidelift will coordinate the fix and disclosure.
If you have found an issue that you believe is a security vulnerability, please do not create an issue -- instead, report it via a `new security advisory <https://github.com/pytest-dev/pytest/security/advisories/new>`__.
Loading