https://github.com/python/cpython/commit/11a8bdfe4833bbaecba5e4ef04d047d0a979a6ca commit: 11a8bdfe4833bbaecba5e4ef04d047d0a979a6ca branch: main author: Stan Ulbrych <[email protected]> committer: StanFromIreland <[email protected]> date: 2026-06-08T16:09:20+01:00 summary:
Fix a typo in the `SECURITY.md` (#151086) files: M .github/SECURITY.md diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 6a8d4244d079897..5bf4b40947bea70 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -1,7 +1,7 @@ # Security Policy Python [provides a security policy and threat model](https://devguide.python.org/security/policy/) -in the Python Development Guide documenting what bugs are vulnerabilities, +in the Python Developer's Guide documenting what bugs are vulnerabilities, how to structure reports, and what versions of Python accept reports. Python Security Response Team (PSRT) members _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
