From 2e03fc40d5db83c43b75b2364d85e4a490cd4a69 Mon Sep 17 00:00:00 2001 From: Bhaskara Ram <39507881+bhaskarvilles@users.noreply.github.com> Date: Tue, 8 Mar 2022 11:55:05 +0530 Subject: [PATCH] update requirements.txt Affected versions of this Sphinx package are vulnerable to Cross-site Scripting (XSS). Passing HTML from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. --- Documentation/sphinx/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/sphinx/requirements.txt b/Documentation/sphinx/requirements.txt index 9a35f50798..a2ad361070 100644 --- a/Documentation/sphinx/requirements.txt +++ b/Documentation/sphinx/requirements.txt @@ -1,2 +1,2 @@ sphinx_rtd_theme -Sphinx==2.4.4 +Sphinx==3.0.4