File tree Expand file tree Collapse file tree 3 files changed +25
-7
lines changed Expand file tree Collapse file tree 3 files changed +25
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Supported versions
4
4
5
- | Version | Supported |
6
- | ------- | ------------------ |
7
- | 2.4.x | :white_check_mark : |
8
- | <2.4.x | :x : |
5
+ Only the most recent stable version is supported.
9
6
10
7
## Reporting a vulnerability
11
8
Original file line number Diff line number Diff line change 1
- tracks_version = '2.5.0 '
1
+ tracks_version = '2.5.1 '
2
2
# comment out next two lines if you do not want (or can not) the date of the
3
3
# last git commit in the footer
4
4
info = `git log --pretty=format:"%ai" -1`
Original file line number Diff line number Diff line change 1
- ## Version 2.5.0
2
-
3
1
See doc/upgrading.md for the upgrade documentation!
4
2
3
+ ## Version 2.5.1
4
+
5
+ ### Security issue disclosure
6
+
7
+ Joe Thorpe from Secarma disclosed an XSS issue that was inadvertently
8
+ fixed in 2.5.0 by another bug fix. Tracks previously rendered XSS content
9
+ in the user's own data. The content is only shown to the user themself,
10
+ which mitigates the vulnerability in the normal use case where a single
11
+ user account is only used by one person. The CVSS rating for self-XSS is
12
+ debatable and thus is not published for this issue.
13
+
14
+ I want to thank Joe for reporting the issue and for the insightful discussion
15
+ regarding the issue. Thanks to the disclosure there is now also a written
16
+ security policy for the project.
17
+
18
+ ### Bug fixes
19
+
20
+ * Editing a due date in the calendar view fixed
21
+ * Adding actions in the context view fixed
22
+ * Fixed the recurring todo UI
23
+
24
+ ## Version 2.5.0
25
+
5
26
### New features
6
27
* Updated documentation both in the doc directory and online.
7
28
* .skip-docker file has been replaced with .use-docker, see upgrading.md for
You can’t perform that action at this time.
0 commit comments