Skip to content

Commit 74d104d

Browse files
miss-islingtonindoor47Adam (indoor47)
authored
[3.14] gh-145305: Update ocert.org URLs in docs from http to https (GH-145304) (GH-145322)
(cherry picked from commit 11eec7a) Co-authored-by: indoor47 <indoor47@gmail.com> Co-authored-by: Adam (indoor47) <adamai@agentmail.to>
1 parent dd4ea46 commit 74d104d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/reference/datamodel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2282,7 +2282,7 @@ Basic customization
22822282
This is intended to provide protection against a denial-of-service caused
22832283
by carefully chosen inputs that exploit the worst case performance of a
22842284
dict insertion, *O*\ (*n*\ :sup:`2`) complexity. See
2285-
http://ocert.org/advisories/ocert-2011-003.html for details.
2285+
https://ocert.org/advisories/ocert-2011-003.html for details.
22862286

22872287
Changing hash values affects the iteration order of sets.
22882288
Python has never made guarantees about this ordering

Doc/using/cmdline.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ Miscellaneous options
381381
Hash randomization is intended to provide protection against a
382382
denial-of-service caused by carefully chosen inputs that exploit the worst
383383
case performance of a dict construction, *O*\ (*n*\ :sup:`2`) complexity. See
384-
http://ocert.org/advisories/ocert-2011-003.html for details.
384+
https://ocert.org/advisories/ocert-2011-003.html for details.
385385

386386
:envvar:`PYTHONHASHSEED` allows you to set a fixed value for the hash
387387
seed secret.

0 commit comments

Comments
 (0)