Skip to content

Commit

Permalink
Corrected markup problems in new security summary page.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Sep 19, 2013
1 parent 8b3bae9 commit 8e134c2
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 87 deletions.
1 change: 1 addition & 0 deletions docs/index.txt
Expand Up @@ -215,6 +215,7 @@ Security is a topic of paramount importance in the development of Web
applications and Django provides multiple protection tools and mechanisms: applications and Django provides multiple protection tools and mechanisms:


* :doc:`Security overview <topics/security>` * :doc:`Security overview <topics/security>`
* :doc:`Disclosed security issues in Django <releases/security>`
* :doc:`Clickjacking protection <ref/clickjacking>` * :doc:`Clickjacking protection <ref/clickjacking>`
* :doc:`Cross Site Request Forgery protection <ref/contrib/csrf>` * :doc:`Cross Site Request Forgery protection <ref/contrib/csrf>`
* :doc:`Cryptographic signing <topics/signing>` * :doc:`Cryptographic signing <topics/signing>`
Expand Down
4 changes: 2 additions & 2 deletions docs/internals/security.txt
Expand Up @@ -128,8 +128,8 @@ may privately contact and discuss those issues with the appropriate
maintainers, and coordinate our own disclosure and resolution with maintainers, and coordinate our own disclosure and resolution with
theirs. theirs.


The Django team also maintains an :ref:`archive of security issues The Django team also maintains an :doc:`archive of security issues
disclosed in Django <security-releases>`. disclosed in Django</releases/security>`.




.. _security-notifications: .. _security-notifications:
Expand Down
9 changes: 5 additions & 4 deletions docs/releases/index.txt
Expand Up @@ -115,12 +115,12 @@ Pre-1.0 releases
Security releases Security releases
================= =================


Whenever a security issue is disclosed via :ref:`Django's security Whenever a security issue is disclosed via :doc:`Django's security
policies <internals-security>`, appropriate release notes are now policies </internals/security>`, appropriate release notes are now
added to all affected release series. added to all affected release series.


Additionally, :ref:`an archive of disclosed security issues Additionally, :doc:`an archive of disclosed security issues
<security-releases>` is maintained. </releases/security>` is maintained.


Development releases Development releases
==================== ====================
Expand All @@ -132,6 +132,7 @@ notes.
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1


security
1.5-beta-1 1.5-beta-1
1.5-alpha-1 1.5-alpha-1
1.4-beta-1 1.4-beta-1
Expand Down

0 comments on commit 8e134c2

Please sign in to comment.