File tree 4 files changed +6
-8
lines changed
4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -986,14 +986,12 @@ Version 2.3.1
986
986
* `@humitos <http://github.com/humitos >`__: Upgrade all packages using `pur ` tool (`#2916 <https://github.com/rtfd/readthedocs.org/pull/2916 >`__)
987
987
* `@rixx <http://github.com/rixx >`__: Fix page redirect preview (`#2711 <https://github.com/rtfd/readthedocs.org/pull/2711 >`__)
988
988
989
- .. _version-2.3.0 :
990
-
991
989
Version 2.3.0
992
990
-------------
993
991
994
992
.. warning ::
995
993
Version 2.3.0 includes a security fix for project translations. See
996
- :ref: `security- 2.3.0 ` for more information
994
+ :ref: `security:Release 2.3.0 ` for more information
997
995
998
996
* `@stsewd <http://github.com/stsewd >`__: Fix tox env for coverage (`#3772 <https://github.com/rtfd/readthedocs.org/pull/3772 >`__)
999
997
* `@humitos <http://github.com/humitos >`__: Try to fix end of file (`#3761 <https://github.com/rtfd/readthedocs.org/pull/3761 >`__)
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ Security issue archive
87
87
Version 3.2.0
88
88
~~~~~~~~~~~~~
89
89
90
- :ref: `version- 3.2.0 ` resolved an issue where a specially crafted request
90
+ :ref: `changelog:Version 3.2.0 ` resolved an issue where a specially crafted request
91
91
could result in a DNS query to an arbitrary domain.
92
92
93
93
This issue was found by `Cyber Smart Defence <https://www.cybersmartdefence.com/ >`_
@@ -98,7 +98,7 @@ of Read the Docs.
98
98
Release 2.3.0
99
99
~~~~~~~~~~~~~
100
100
101
- :ref: `version- 2.3.0 ` resolves a security issue with translations on our community
101
+ :ref: `changelog:Version 2.3.0 ` resolves a security issue with translations on our community
102
102
hosting site that allowed users to modify the hosted path of a target project by
103
103
adding it as a translation project of their own project. A check was added to
104
104
ensure project ownership before adding the project as a translation.
Original file line number Diff line number Diff line change 3
3
# Base packages
4
4
docutils==0.14
5
5
Sphinx==1.8.4
6
- sphinx_rtd_theme==0.4.2
6
+ sphinx_rtd_theme==0.4.3
7
7
sphinx-tabs==1.1.10
8
8
# Required to avoid Transifex error with reserved slug
9
9
# https://github.com/sphinx-doc/sphinx-intl/pull/27
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ celery==4.1.1 # pyup: ignore
36
36
django-allauth==0.38.0
37
37
38
38
# VCS
39
- httplib2==0.12.0
39
+ httplib2==0.12.1
40
40
41
41
# GitPython 2.1.11 makes TestGitBackend.test_git_tags to fail because
42
42
# of an UnicodeError
@@ -66,7 +66,7 @@ beautifulsoup4==4.7.1
66
66
Unipath==1.1
67
67
django-kombu==0.9.4
68
68
mock==2.0.0
69
- stripe==2.20.3
69
+ stripe==2.21.0
70
70
71
71
django-formtools==2.1
72
72
You can’t perform that action at this time.
0 commit comments