https://github.com/python/cpython/commit/404a81d2e8f823f40fdb486a58e2b07d69792f67 commit: 404a81d2e8f823f40fdb486a58e2b07d69792f67 branch: 3.15 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2026-07-20T08:24:07+02:00 summary:
[3.15] gh-154046: docs: fix dead link to codahale timing attacks article in secrets.rst (GH-154047) (#154213) gh-154046: docs: fix dead link to codahale timing attacks article in secrets.rst (GH-154047) (cherry picked from commit e8042329b6bb2472b16645c559e4223486b85965) Co-authored-by: Pranav Choudhary <[email protected]> files: M Doc/library/secrets.rst diff --git a/Doc/library/secrets.rst b/Doc/library/secrets.rst index 3b5b57fb1c2170..842e8c512def13 100644 --- a/Doc/library/secrets.rst +++ b/Doc/library/secrets.rst @@ -137,7 +137,7 @@ Other functions :term:`bytes-like objects <bytes-like object>` *a* and *b* are equal, otherwise ``False``, using a "constant-time compare" to reduce the risk of - `timing attacks <https://codahale.com/a-lesson-in-timing-attacks/>`_. + `timing attacks <https://web.archive.org/web/20250815071532/https://codahale.com/a-lesson-in-timing-attacks/>`__. See :func:`hmac.compare_digest` for additional details. _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
