We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b0490 commit dac8ff4Copy full SHA for dac8ff4
Doc/library/http.server.rst
@@ -520,6 +520,12 @@ the ``--cgi`` option::
520
:mod:`http.server` command line ``--cgi`` support is being removed
521
because :class:`CGIHTTPRequestHandler` is being removed.
522
523
+.. warning::
524
+
525
+ :class:`CGIHTTPRequestHandler` and the ``--cgi`` command line option
526
+ are not intended for use by untrusted clients and may be vulnerable
527
+ to exploitation. Always use within a secure environment.
528
529
.. _http.server-security:
530
531
Security Considerations
0 commit comments