]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-154046: docs: fix dead link to codahale timing attacks article in secrets...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 20 Jul 2026 06:24:26 +0000 (08:24 +0200)
committerGitHub <noreply@github.com>
Mon, 20 Jul 2026 06:24:26 +0000 (08:24 +0200)
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 <pranav.nstblr@gmail.com>
Doc/library/secrets.rst

index e266849918a80b59d1f551e908d7ac8265bccfc3..6d708d1f713f9d675182d73e48df37e9bf0fa43e 100644 (file)
@@ -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.