Starlette-wtf

Latest version: v0.4.3

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

Scan your dependencies

0.4.1

* Fixed issue with csrf_protect decorator when applied to a function without a
Request argument

0.4.0

* Added support for class-based-views to csrf_protect decorator

0.2.2

* Added support for Starlette Secret datatypes when used for CSRF signing keys

0.2.1

* Added CSRFProtectMiddleware configuration options to README


Release Instructions

1. Change version number in setup.py

1. Add release notes to CHANGELOG.md

1. Build package

bash
$ rm -rf dist/
$ python setup.py sdist


1. Commit changes and tag code

bash
$ git add . --all
$ git commit -a -m "bumped version number"
$ git push origin master
$ git tag <version-number>
$ git push --tags


1. Push changes to PyPI (using twine)

bash
$ twine upload dist/*

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.