Cheroot

Latest version: v10.0.1

Safety actively analyzes 688126 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 11 of 12

5.5.0

Not secure
======

*(2017-05-02)*

- :issue:`17` via :pr:`25`: Instead of a read_headers function, cheroot now
supplies a :py:class:`HeaderReader <cheroot.server.HeaderReader>` class to
perform the same function.

Any :py:class:`HTTPRequest <cheroot.server.HTTPRequest>` object may override
the header_reader attribute to customize the handling of incoming headers.

The server module also presents a provisional implementation of
a :py:class:`DropUnderscoreHeaderReader
<cheroot.server.DropUnderscoreHeaderReader>` that will exclude any headers
containing an underscore. It remains an exercise for the
implementer to demonstrate how this functionality might be
employed in a server such as CherryPy.

- :pr:`26`: Configured TravisCI to run tests under OS X.

5.4.0

Not secure
======

*(2017-03-19)*

- :pr:`22`: Add "ciphers" parameter to SSLAdapter.

5.3.0

Not secure
======

*(2017-03-12)*

- :pr:`8`: Updated style to better conform to :pep:`8`.

Refreshed project with `jaraco skeleton
<https://github.com/jaraco/skeleton>`_.

Docs now built and `deployed at RTD
<https://cheroot.cherrypy.dev/en/latest/history.html>`_.

5.2.0

Not secure
======

*(2017-03-02)*

- :issue:`5`: Set ``Server.version`` to Cheroot version instead of CherryPy
version.

- :pr:`4`: Prevent tracebacks and drop bad HTTPS connections in the
``BuiltinSSLAdapter``, similar to ``pyOpenSSLAdapter``.

- :issue:`3`: Test suite now runs and many tests pass. Some are still failing.

5.1.0

Not secure
======

*(2017-01-22)*

- Removed the WSGI prefix from classes in :py:mod:`cheroot.wsgi`. Kept aliases
for compatibility.

- :issue:`1`: Corrected docstrings in :py:mod:`cheroot.server` and
:py:mod:`cheroot.wsgi`.

- :pr:`2`: Fixed :py:exc:`ImportError` when pkg_resources cannot find the
cheroot distribution.

5.0.1

Not secure
======

*(2017-01-14)*

- Fix error in ``parse_request_uri`` created in :commit:`68a5769`.

Page 11 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.