Skip to content

Commit 36529c5

Browse files
committed
Release 2.7.1
1 parent 75420d9 commit 36529c5

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

config/initializers/tracks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
TRACKS_VERSION='2.7'
1+
TRACKS_VERSION='2.7.1'
22
TRACKS_REVISION_WITH_DATE=`git log --date=format:'%Y-%m-%d' --pretty=format:"%h @ %ad" -1`
33
TRACKS_REVISION=`git log --pretty=format:"%h" -1`

doc/CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
See doc/upgrading.md for the upgrade documentation!
22

3+
## Version 2.7.1
4+
5+
### Security advisory CVE-2024-41805 (severity 6.1 / moderate)
6+
7+
This release fixes a few reflected XSS vulnerabilities which enabled execution
8+
of malicious JavaScript in the context of a user’s browser if that user clicks
9+
on a malicious link, possibly allowing retrieval or modification of the current
10+
user's data. The issue is of moderate severity (score 6.1/10) with the CVSS
11+
rating CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N.
12+
13+
I want to thank Alec Romano for reporting the issues.
14+
15+
### New features
16+
17+
* The test suite now uses always the same Dockerfile as the main build.
18+
* The Dockerfile now supports environment-specific builds via stages.
19+
Note: This requires slight changes to docker build commands, see documentation!
20+
21+
### Deprecations
22+
23+
* This will be the last release to support Ruby 3.0, which is already end-of-life.
24+
25+
### Bug fixes
26+
27+
* Lots of dependencies have been updated (including security updates).
28+
* Fixed Docker build not working on an archive version (ie. one not cloned with Git)
29+
* An error is shown if the user being created already exists.
30+
* The TOS error in user creation is now in template.
31+
* Schema.rb has been updated for Postgres support.
32+
33+
### Updated translations
34+
35+
* Spanish (thanks Gallegonovato!)
36+
* Finnish (by maintainer Jyri-Petteri ”ZeiP” Paloposki)
37+
338
## Version 2.7
439

540
### Removed features

0 commit comments

Comments
 (0)