security.txt 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. ==========================
  2. Django's security policies
  3. ==========================
  4. Django's development team is strongly committed to responsible
  5. reporting and disclosure of security-related issues. As such, we've
  6. adopted and follow a set of policies which conform to that ideal and
  7. are geared toward allowing us to deliver timely security updates to
  8. the official distribution of Django, as well as to third-party
  9. distributions.
  10. .. _reporting-security-issues:
  11. Reporting security issues
  12. =========================
  13. **Short version: please report security issues by emailing
  14. security@djangoproject.com**.
  15. Most normal bugs in Django are reported to `our public Trac
  16. instance`_, but due to the sensitive nature of security issues, we ask
  17. that they *not* be publicly reported in this fashion.
  18. Instead, if you believe you've found something in Django which has
  19. security implications, please send a description of the issue via
  20. email to ``security@djangoproject.com``. Mail sent to that address
  21. reaches a subset of the core development team, who can forward
  22. security issues into the private committers' mailing list for broader
  23. discussion if needed.
  24. You can send encrypted email to this address; the public key ID for
  25. ``security@djangoproject.com`` is ``0xfcb84b8d1d17f80b``, and this
  26. public key is available from most commonly-used keyservers.
  27. Once you've submitted an issue via email, you should receive an
  28. acknowledgment from a member of the Django development team within 48
  29. hours, and depending on the action to be taken, you may receive
  30. further followup emails.
  31. .. _our public Trac instance: https://code.djangoproject.com/query
  32. .. _security-support:
  33. Supported versions
  34. ==================
  35. At any given time, the Django team provides official security support
  36. for several versions of Django:
  37. * The `master development branch`_, hosted on GitHub, which will
  38. become the next release of Django, receives security support.
  39. * The two most recent Django release series receive security
  40. support. For example, during the development cycle leading to the
  41. release of Django 1.5, support will be provided for Django 1.4 and
  42. Django 1.3. Upon the release of Django 1.5, Django 1.3's security
  43. support will end.
  44. When new releases are issued for security reasons, the accompanying
  45. notice will include a list of affected versions. This list is
  46. comprised solely of *supported* versions of Django: older versions may
  47. also be affected, but we do not investigate to determine that, and
  48. will not issue patches or new releases for those versions.
  49. .. _master development branch: https://github.com/django/django/
  50. .. _security-disclosure:
  51. How Django discloses security issues
  52. ====================================
  53. Our process for taking a security issue from private discussion to
  54. public disclosure involves multiple steps.
  55. Approximately one week before full public disclosure, we will send
  56. advance notification of the issue to a list of people and
  57. organizations, primarily composed of operating-system vendors and
  58. other distributors of Django. This notification will consist of an
  59. email message, signed with the Django release key, containing:
  60. * A full description of the issue and the affected versions of Django.
  61. * The steps we will be taking to remedy the issue.
  62. * The patch(es), if any, that will be applied to Django.
  63. * The date on which the Django team will apply these patches, issue
  64. new releases and publicy disclose the issue.
  65. Simultaneously, the reporter of the issue will receive notification of
  66. the date on which we plan to take the issue public.
  67. On the day of disclosure, we will take the following steps:
  68. 1. Apply the relevant patch(es) to Django's codebase. The commit
  69. messages for these patches will indicate that they are for security
  70. issues, but will not describe the issue in any detail; instead,
  71. they will warn of upcoming disclosure.
  72. 2. Issue the relevant release(s), by placing new packages on `the
  73. Python Package Index`_ and on the Django website, and tagging the
  74. new release(s) in Django's git repository.
  75. 3. Post a public entry on `the official Django development blog`_,
  76. describing the issue and its resolution in detail, pointing to the
  77. relevant patches and new releases, and crediting the reporter of
  78. the issue (if the reporter wishes to be publicly identified).
  79. .. _the Python Package Index: http://pypi.python.org/pypi
  80. .. _the official Django development blog: https://www.djangoproject.com/weblog/
  81. If a reported issue is believed to be particularly time-sensitive --
  82. due to a known exploit in the wild, for example -- the time between
  83. advance notification and public disclosure may be shortened
  84. considerably.
  85. Additionally, if we have reason to believe that an issue reported to
  86. us affects other frameworks or tools in the Python/web ecosystem, we
  87. may privately contact and discuss those issues with the appropriate
  88. maintainers, and coordinate our own disclosure and resolution with
  89. theirs.
  90. .. _security-notifications:
  91. Who receives advance notification
  92. =================================
  93. The full list of people and organizations who receive advance
  94. notification of security issues is not and will not be made public.
  95. We also aim to keep this list as small as effectively possible, in
  96. order to better manage the flow of confidential information prior to
  97. disclosure. As such, our notification list is *not* simply a list of
  98. users of Django, and merely being a user of Django is not sufficient
  99. reason to be placed on the notification list.
  100. In broad terms, recipients of security notifications fall into three
  101. groups:
  102. 1. Operating-system vendors and other distributors of Django who
  103. provide a suitably-generic (i.e., *not* an individual's personal
  104. email address) contact address for reporting issues with their
  105. Django package, or for general security reporting. In either case,
  106. such addresses **must not** forward to public mailing lists or bug
  107. trackers. Addresses which forward to the private email of an
  108. individual maintainer or security-response contact are acceptable,
  109. although private security trackers or security-response groups are
  110. strongly preferred.
  111. 2. On a case-by-case basis, individual package maintainers who have
  112. demonstrated a commitment to responding to and responsibly acting
  113. on these notifications.
  114. 3. On a case-by-case basis, other entities who, in the judgment of the
  115. Django development team, need to be made aware of a pending
  116. security issue. Typically, membership in this group will consist of
  117. some of the largest and/or most likely to be severely impacted
  118. known users or distributors of Django, and will require a
  119. demonstrated ability to responsibly receive, keep confidential and
  120. act on these notifications.
  121. Additionally, a maximum of six days prior to disclosure, notification
  122. will be sent to the ``distros@vs.openwall.org`` mailing list, whose
  123. membership includes representatives of most major open-source
  124. operating system vendors.
  125. Requesting notifications
  126. ========================
  127. If you believe that you, or an organization you are authorized to
  128. represent, fall into one of the groups listed above, you can ask to be
  129. added to Django's notification list by emailing
  130. ``security@djangoproject.com``. Please use the subject line "Security
  131. notification request".
  132. Your request **must** include the following information:
  133. * Your full, real name and the name of the organization you represent,
  134. if applicable, as well as your role within that organization.
  135. * A detailed explanation of how you or your organization fit at least
  136. one set of criteria listed above.
  137. * A detailed explanation of why you are requesting security
  138. notifications. Again, please keep in mind that this is *not* simply
  139. a list for users of Django, and the overwhelming majority of users
  140. of Django should not request notifications and will not be added to
  141. our notification list if they do.
  142. * The email address you would like to have added to our notification
  143. list.
  144. * An explanation of who will be receiving/reviewing mail sent to that
  145. address, as well as information regarding any automated actions that
  146. will be taken (i.e., filing of a confidential issue in a bug
  147. tracker).
  148. * For individuals, the ID of a public key associated with your address
  149. which can be used to verify email received from you and encrypt
  150. email sent to you, as needed.
  151. Once submitted, your request will be considered by the Django
  152. development team; you will receive a reply notifying you of the result
  153. of your request within 30 days.
  154. Please also bear in mind that for any individual or organization,
  155. receiving security notifications is a privilege granted at the sole
  156. discretion of the Django development team, and that this privilege can
  157. be revoked at any time, with or without explanation.
  158. If you are added to the notification list, security-related emails
  159. will be sent to you by Django's release manager, and all notification
  160. emails will be signed with the same key used to sign Django releases;
  161. that key has the ID ``0x3684C0C08C8B2AE1``, and is available from most
  162. commonly-used keyservers.