Skip to content
Open
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
14 changes: 14 additions & 0 deletions docs/handbook/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -257,3 +257,17 @@ If you cannot use GitHub, use the `Tidelift security contact
disclosure.

**Do not report sensitive vulnerability information in public.**

Additionally:

1. Please ensure that your issue is reproducable in **main**. We only
support the latest version. The one exception -- if your issue is
exploitable in the latest public release, but not in main, and the
pull request does not mention a security implication this may be an
unknown security issue that was inadvertely fixed.
2. Demonstrating a memory overflow is enough. Please do not weaponize
the reproducer to do remote code execution.
3. Please do not report unexpected Python exceptions as a DoS or a
memory safety bug. An issue that raises a Python exception in a
library is unlikely to be considered a security issue. This may or
may not be an ordinary bug depending on the context.