Skip to content

Commit 05b0b99

Browse files
authored
Merge pull request #2491 from TracksApp/release_2.5.1
Version 2.5.1
2 parents ac7afb9 + 5e5715d commit 05b0b99

File tree

3 files changed

+25
-7
lines changed

3 files changed

+25
-7
lines changed

SECURITY.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22

33
## Supported versions
44

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.
96

107
## Reporting a vulnerability
118

config/initializers/tracks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tracks_version='2.5.0'
1+
tracks_version='2.5.1'
22
# comment out next two lines if you do not want (or can not) the date of the
33
# last git commit in the footer
44
info=`git log --pretty=format:"%ai" -1`

doc/CHANGELOG.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,28 @@
1-
## Version 2.5.0
2-
31
See doc/upgrading.md for the upgrade documentation!
42

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+
526
### New features
627
* Updated documentation both in the doc directory and online.
728
* .skip-docker file has been replaced with .use-docker, see upgrading.md for

0 commit comments

Comments
 (0)