File tree Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change 1
- TRACKS_VERSION = '2.7'
1
+ TRACKS_VERSION = '2.7.1 '
2
2
TRACKS_REVISION_WITH_DATE = `git log --date=format:'%Y-%m-%d' --pretty=format:"%h @ %ad" -1`
3
3
TRACKS_REVISION = `git log --pretty=format:"%h" -1`
Original file line number Diff line number Diff line change 1
1
See doc/upgrading.md for the upgrade documentation!
2
2
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
+
3
38
## Version 2.7
4
39
5
40
### Removed features
You can’t perform that action at this time.
0 commit comments