Skip to content

Commit 5a9465a

Browse files
Update ocert.org URLs from HTTP to HTTPS in docs
The ocert.org site supports HTTPS. Update the two references in datamodel.rst and cmdline.rst to use HTTPS for better security. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f3a381e commit 5a9465a

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

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

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

0 commit comments

Comments
 (0)