Skip to content

Commit 2a1f381

Browse files
[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 e804232) Co-authored-by: Pranav Choudhary <pranav.nstblr@gmail.com>
1 parent 8174fff commit 2a1f381

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/secrets.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Other functions
139139
:term:`bytes-like objects <bytes-like object>`
140140
*a* and *b* are equal, otherwise ``False``,
141141
using a "constant-time compare" to reduce the risk of
142-
`timing attacks <https://codahale.com/a-lesson-in-timing-attacks/>`_.
142+
`timing attacks <https://web.archive.org/web/20250815071532/https://codahale.com/a-lesson-in-timing-attacks/>`__.
143143
See :func:`hmac.compare_digest` for additional details.
144144

145145

0 commit comments

Comments
 (0)