-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
Describe the bug
Our software team is using Sphinx 4.3.1 to generate python api docs.
Our cybersecurity team is stating that we are using an outdated version of jquery (version 3.5.1) and the outdated version is a security vulnerability.
jquery3.5.1.js is located in the html_static folder.
When will Sphinx upgrade to jquery 3.6.0?
The last time that Sphinx updated its jquery file was in May 2020.
Release 3.0.4 (released May 27, 2020)
Bugs fixed
#7696: html: Updated jQuery version from 3.4.1 to 3.5.1 for security reasons
Thanks in advance,
Dan
How to Reproduce
Generate html from Sphinx 4.3.1 and inspect the \html_static folder for jquery-3.5.1.js.
Expected behavior
A future Sphinx release will generate html files that contain jquery-3.6.0.js in the \html_static folder.
Your project
none
Screenshots
No response
OS
Windows 10
Python version
3.7x
Sphinx version
4.3.1
Sphinx extensions
No response
Extra tools
No response
Additional context
No response