[3.1.x] Fixed docs header underlines in security archive.

Backport of d9cee3f5f2 from main
This commit is contained in:
Mariusz Felisiak 2021-06-02 12:16:06 +02:00
parent 6022181d85
commit 1471ec4e1b
1 changed files with 2 additions and 2 deletions

View File

@ -1205,7 +1205,7 @@ Versions affected
* Django 2.2 :commit:`(patch) <d9594c4ea57b6309d93879805302cec9ae9f23ff>`
June 2, 2021 - :cve:`2021-33203`
-------------------------------
--------------------------------
Potential directory traversal via ``admindocs``. `Full description
<https://www.djangoproject.com/weblog/2021/jun/02/security-releases/>`__
@ -1218,7 +1218,7 @@ Versions affected
* Django 2.2 :commit:`(patch) <053cc9534d174dc89daba36724ed2dcb36755b90>`
June 2, 2021 - :cve:`2021-33571`
-------------------------------
--------------------------------
Possible indeterminate SSRF, RFI, and LFI attacks since validators accepted
leading zeros in IPv4 addresses. `Full description