Skip to content

Commit 404a81d

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

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
@@ -137,7 +137,7 @@ Other functions
137137
:term:`bytes-like objects <bytes-like object>`
138138
*a* and *b* are equal, otherwise ``False``,
139139
using a "constant-time compare" to reduce the risk of
140-
`timing attacks <https://codahale.com/a-lesson-in-timing-attacks/>`_.
140+
`timing attacks <https://web.archive.org/web/20250815071532/https://codahale.com/a-lesson-in-timing-attacks/>`__.
141141
See :func:`hmac.compare_digest` for additional details.
142142

143143

0 commit comments

Comments
 (0)