Pyramid-signed-params

Latest version: v1.0.0

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

Scan your dependencies

Page 1 of 2

1.0.0

==========================

- Add support for Pyramid 2.0.
- Mark this as a stable release.

Tests
-----

- Fix test for ``PyJWT>=2``
- Test under pythons 3.7 – 3.10. Stop testing under 3.4 and 3.5.
- Test under PyJWT 1 (as well as latest PyJWT). Stop testing under PyJWT 1.5.

0.1b5

==========================

- Use the new in ``PyJWT`` 1.6 more specific ``InvalidSignatureError``
in favor of the generic ``DecodeError`` to detect invalid signatures
(when available.)

Tests
-----

- Test under both ``PyJWT`` 1.6 and 1.5.3.

- Fix for changes in default log level in ``pytest`` 3.4.

- As of ``pytest`` 3.3, ``pytest-catchlog`` has been rolled into the pytest core.

0.1b4

==========================

Packaging
---------

- Drop CPython 3.3 classifier

0.1b3

==========================

Compatibility
-------------

- Drop support for python 3.3.

Packaging
---------

- Include LICENSE.txt and pytest.ini in sdist.

0.1b2

==========================

- Change the ``signed_params`` reified request method so that it
catches ``UnicodeDecodeError``\s when accessing ``request.params``,
and returns an empty dict. (If the parameters are not properly
encoded, there are no valid signed parameters.)

0.1b1

==========================

- Drop support for python 2.6. Test under python 3.6.

Security
--------

- Explicitly specify allowed algorithms when decoding JWTs.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.