◐ Shell
clean mode source ↗

gh-145305: Update ocert.org URLs in docs from http to https by indoor47 · Pull Request #145304 · python/cpython

gh-issue-145305: update ocert.org URLs from http to https

Summary

Two references to http://ocert.org in the documentation now use https:// instead. The site supports HTTPS and these are long-lived documentation links that should use the secure scheme.

Changes

  • Doc/reference/datamodel.rst: updated ocert.org advisory link to HTTPS
  • Doc/using/cmdline.rst: updated the same advisory link to HTTPS (hash randomization docs)

Motivation

Both occurrences reference the same ocert-2011-003 advisory about hash-flooding denial-of-service, used to explain -R / PYTHONHASHSEED. The current HTTP URL results in a redirect; using HTTPS directly is more correct and avoids the redirect.

Closes #145305