Skip to content

Commit

Permalink
PEP 675: link to Perl's taint
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeep90 committed Feb 2, 2022
1 parent 790a917 commit f6b8ba9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pep-0675.rst
Original file line number Diff line number Diff line change
Expand Up @@ -734,8 +734,9 @@ type checker.
This extension to the ``LiteralString`` concept would dramatically
increase the scope of the proposal by requiring changes to one of the
most fundamental types in Python. While runtime taint checking on
strings has been `considered <https://bugs.python.org/issue500698>`_
and `attempted <https://github.com/felixgr/pytaint>`_ in the past, and
strings, similar to Perl's `taint <https://metacpan.org/pod/Taint>`_,
has been `considered <https://bugs.python.org/issue500698>`_ and
`attempted <https://github.com/felixgr/pytaint>`_ in the past, and
others may consider it in the future, such extensions are out of scope
for this PEP.

Expand Down Expand Up @@ -1283,7 +1284,7 @@ Thanks
Thanks to the following people for their feedback on the PEP:

Edward Qiu, Jia Chen, Shannon Zhu, Gregory P. Smith, Никита Соболев,
CAM Gerlach, and Shengye Wan
CAM Gerlach, Arie Bovenberg, David Foster, and Shengye Wan

Copyright
=========
Expand Down

0 comments on commit f6b8ba9

Please sign in to comment.