]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.15] 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:07 +0000 (08:24 +0200)
committerGitHub <noreply@github.com>
Mon, 20 Jul 2026 06:24:07 +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 3b5b57fb1c2170262e230bf14f3436db0deed572..842e8c512def1390503942c3db4188daefde9cca 100644 (file)
@@ -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.