summaryrefslogtreecommitdiff
path: root/docs/internals/security.txt
AgeCommit message (Collapse)Author
2021-03-09[3.2.x] Updated Git branch "master" to "main".Markus Holtermann
This change follows a long discussion on django-develops: https://groups.google.com/g/django-developers/c/tctDuKUGosc/ Backport of d9a266d657f66b8c4fa068408002a4e3709ee669 from main
2020-05-21Added notes related to security pre-notification list requests.Michael Manfre
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵Tobias Kunze
involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review.
2018-11-15Used auto-numbered lists in documentation.François Freitag
2018-04-17Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
2018-03-12Added "Denial-of-service attacks" to the security issue severity classification.Tim Graham
2017-03-13Typo fix.Florian Apolloner
2017-02-15Removed docs/internals/roles.txt.Tim Graham
It's moved to https://www.djangoproject.com/foundation/teams/.
2016-10-15Updated security policy according to current practices.Tim Graham
Also added security release date notifications to django-announce.
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-06-25Updated release process for new release schedule.Tim Graham
2015-05-25Added oss-security@lists.openwall.com to security release announcements.Tim Graham
2015-05-21Removed obsolete distros@vs.openwall.org security notification.Tim Graham
2014-08-01Adjusted 'internals' docs to the new organization.Aymeric Augustin
Most of these changes are about using the correct vocabulary -- "core team member" vs "core developer/committer" and adding internal links.
2014-07-27Correctly remove extraneous text about keys from previous edit.James Bennett
2014-07-27Update from key ID in security.txt to authorized release keys list.James Bennett
2014-02-28Fixed doc typos.Tim Graham
2014-01-24Fixed #21824 -- Added reference to LTS in docs/internals/security.txtJames Turley
2013-12-08Updated a bunch of hyperlinks in documentationClaude Paroz
2013-10-04Fixed #21213 -- Added docs for Django's mailing lists.Unai Zalakain
Added docs/internals/mailing-lists.txt documenting the use of django's mailing lists. All references across docs changed to point to this page. The referencing makes use of substitution because there's no way to make a :ref: link in a non-inline fashion in Sphinx. It also makes use of rst_epilog Sphinx conf for making this substitutions across all the docs.
2013-09-19Corrected markup problems in new security summary page.Russell Keith-Magee
2013-09-18Fix #21121: Add archive of security issues.James Bennett
2013-08-09Fixed #20868 -- Added an email to django-announce as a security step.Tim Graham
Thanks garrison for the report.
2013-07-16Rephrased the docs for reporting security issues to make it less intimidating.Loic Bistuer
2012-08-07Add new security-policy documentation.James Bennett
This formally describes our policies on reporting, notification and disclosure of security issues, and provides a detailed explanation of our full security-response process, for reference purposes.