You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐛 (safe_str_cmp) Use hmac.compare_digest instead of safe_str_cmp
In Werkzeug 2.1, `safe_str_cmp` has been removed (after being deprecated a while ago). The recommendation from the Werkzeug team is to use `hmac.compare_digest`.
In this repo we were using `safe_str_cmp` in sections 7 and 8, so that has now been replaced.
0 commit comments