Django-ses

Latest version: v4.0.0

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

Scan your dependencies

Page 3 of 3

3.0.1

Not secure
Pulls:
- https://github.com/django-ses/django-ses/issues/242

Fixes:
- Ensures that notification verification works even when notifications lack
certain fields.

3.0.0

Not secure
Pulls and Issues:
- https://github.com/django-ses/django-ses/pull/238
- https://github.com/django-ses/django-ses/issues/232
- https://github.com/django-ses/django-ses/pull/239
- https://github.com/django-ses/django-ses/issues/182
- https://github.com/django-ses/django-ses/issues/176

Features:
- AWS certificates fetched by the notification verifier are now cached.
Previously, each notification that you received and verified would perform
an HTTP GET to AWS to download the certificate. This was unnecessary and has
been replaced with a simple in-memory cache.
- The repository now uses poetry and a pyproject.toml file for dependency and
metadata management. This fixes 232, and lands support for Python 3.10
while tidying up a bunch of older Python files (setup.py, manifest.in, and
AUTHORS are all removed).
- The README has been updated and simplified.
- A new GitHub Action will auto-release tagged commits to PyPi.
- Verification tests now verify their cryptographic functions against real
data and a real certificate.

Changes:
- The dependency on m2Crypto is removed and is replaced with the
`cryptography` package. This simplifies the install and moves django-ses to
a more modern cryptography toolkit. If you previously had installed `SWIG`
or `libssl-dev`, those dependencies are no longer needed for this package.

Deprecations:
- Django 3.0 and 3.1 are deprecated and support for them has been removed.
- Python 3.5 and 3.6 are deprecated and support for them has been removed.

Fixes:
- A hang was removed from the notification verifier by adding a `timeout`
parameter to the certificate download code. Without this timeout, [it was
possible](https://github.com/psf/requests/issues/3070) for a broken
connection to endlessly hang an application.

Distant Past

See: https://github.com/django-ses/django-ses/releases/

Page 3 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.