maxcountryman / flask-seasurf

SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF).
http://readthedocs.org/docs/flask-seasurf/
Other
190 stars 49 forks source link

Become compatible with werkzeug 2.1.X #108

Closed shenek closed 2 years ago

shenek commented 2 years ago

safe_str_cmp was removed from werkzeug.security hmac.compare_digest should be used instead

see https://github.com/pallets/werkzeug/blob/2.1.0/CHANGES.rst#version-210

alanhamlett commented 2 years ago

Implemented with #105.