Skip to content

Commit 353a89e

Browse files
indoor47Adam (indoor47)
authored andcommitted
gh-145305: Update ocert.org URLs in docs from http to https (GH-145304)
(cherry picked from commit 11eec7a) Co-authored-by: indoor47 <indoor47@gmail.com> Co-authored-by: Adam (indoor47) <adamai@agentmail.to>
1 parent 67f6368 commit 353a89e

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
@@ -2189,7 +2189,7 @@ Basic customization
21892189
This is intended to provide protection against a denial-of-service caused
21902190
by carefully chosen inputs that exploit the worst case performance of a
21912191
dict insertion, *O*\ (*n*\ :sup:`2`) complexity. See
2192-
http://ocert.org/advisories/ocert-2011-003.html for details.
2192+
https://ocert.org/advisories/ocert-2011-003.html for details.
21932193

21942194
Changing hash values affects the iteration order of sets.
21952195
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
@@ -378,7 +378,7 @@ Miscellaneous options
378378
Hash randomization is intended to provide protection against a
379379
denial-of-service caused by carefully chosen inputs that exploit the worst
380380
case performance of a dict construction, *O*\ (*n*\ :sup:`2`) complexity. See
381-
http://ocert.org/advisories/ocert-2011-003.html for details.
381+
https://ocert.org/advisories/ocert-2011-003.html for details.
382382

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

0 commit comments

Comments
 (0)