Skip to content

Commit ac9b776

Browse files
committed
issue2551100 - out of date jquery fix security and user.help.html
GitHub security scan flagged instances of older 1.3.2 jquery. Updated jQuery to current version 3.5.1 and fix user.help.html to have apply button work.
1 parent 5c2468b commit ac9b776

File tree

8 files changed

+21773
-8761
lines changed

8 files changed

+21773
-8761
lines changed

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ Fixed:
4747
(patch: Cedric Krier)
4848
- issue2551099 - disable processing of data url's in markdown. Display
4949
as plain text. (John Rouillard)
50+
- issue2551100 - old jquery has security issues, upgrade it and fix
51+
user.help.html
5052

5153
Features:
5254
- issue2550522 - Add 'filter' command to command-line

doc/upgrading.txt

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Migrating from 2.0.0 to 2.x.x
2828
=============================
2929

3030
Classname Format Enforced
31-
=========================
31+
-------------------------
3232

3333
Check schema.py and look at all Class(), IssueClass(), FileClass()
3434
calls. The second argument is the classname. All classnames must:
@@ -40,6 +40,20 @@ calls. The second argument is the classname. All classnames must:
4040
this was not enforced before. Using non-standard classnames could lead
4141
to other issues.
4242

43+
jQuery updated with updates to user.help.html
44+
---------------------------------------------
45+
46+
The devel and responsive templates shipped with an old version of
47+
jQuery with some security issues. It has been updated to the current
48+
version: 3.5.1. If your tracker is based on one of these templates
49+
(see the ``TEMPLATE-INFO.txt`` file in your tracker), remove the old
50+
``html/jquery.js`` file from your tracker and copy the new
51+
``jquery-3.5.1.js`` file from the template directory to your tracker's
52+
``html`` directory. Also copy in the new ``user.help.html`` file. It now
53+
references the new ``jquery-3.5.1.js`` file and also fixes a bug that
54+
prevented applying the change from the helper to the field on the main
55+
form.
56+
4357
.. index:: Upgrading; 1.6.x to 2.0.0
4458

4559
Migrating from 1.6.X to 2.0.0

0 commit comments

Comments
 (0)