Skip to content

Commit

Permalink
Add security documentation (python#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed May 16, 2024
1 parent 0dbc7c9 commit 910141a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
10 changes: 10 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Security Policy

## Supported Versions

Only the latest release is supported.

## Reporting a Vulnerability

To report an issue, go to https://github.com/python/typing_extensions/security.
We commit to respond to any issue within 14 days and promptly release any fixes.
20 changes: 20 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1216,3 +1216,23 @@ versions of Python, but all are listed here for completeness.
See :py:func:`typing.no_type_check_decorator`.

.. versionadded:: 4.7.0

Security
--------

``typing_extensions`` is among the most widely used packages in the
Python ecosystem. Therefore, we take security seriously and strive
to use a transparent, secure release process.

We commit to the following in order to keep the package secure in the
future:

* ``typing_extensions`` will never include any native extensions, only
pure Python code.
* ``typing_extensions`` will not have any third-party dependencies.
* We will follow best practices for a secure release process.

If you have any feedback on our security process, please `open an issue
<https://github.com/python/typing_extensions/issues/new>`__. To report
an issue privately, use `GitHub's private reporting feature
<https://github.com/python/typing_extensions/security>`__.

0 comments on commit 910141a

Please sign in to comment.