https://github.com/python/cpython/commit/2a1f381f696c46791b10063d4cfea7e00f1431fe commit: 2a1f381f696c46791b10063d4cfea7e00f1431fe branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2026-07-20T08:24:26+02:00 summary:
[3.14] gh-154046: docs: fix dead link to codahale timing attacks article in secrets.rst (GH-154047) (#154214) 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 e266849918a80b..6d708d1f713f9d 100644 --- a/Doc/library/secrets.rst +++ b/Doc/library/secrets.rst @@ -139,7 +139,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]
