Skip to content

Commit d7ecabf

Browse files
committed
Changelog and version change for v2.5.1 release
1 parent 120bd19 commit d7ecabf

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [2.5.1]
4+
5+
### Fixed
6+
7+
- [SECURITY VULNERABILITY] Configuration leak, user/admin users could leak the value of any config entry
8+
from `.env` file by using variable placeholders. Setting values are now
9+
sanitised (GHSA-88f9-7xxh-c688). Thanks to @thomas-chauchefoin-sonarsource
10+
- [SECURITY VULNERABILITY] New line injection during configuration editing
11+
possible by a user/admin. Setting values are now sanitised
12+
(GHSA-9jxw-cfrh-jxq6). Thanks to @thomas-chauchefoin-sonarsource
13+
- [SECURITY VULNERABILITY] Forced reinstall, user/admin users could trick Cachet
14+
to allow them to access the `/setup` endpoint and reinstall the whole
15+
instance. Fixed by preventing clearing the instance name. (GHSA-r67m-m8c7-jp83).
16+
Thanks to @thomas-chauchefoin-sonarsource
17+
- Resend edit subscription email to existing subscribers on request #52
18+
319
## [2.5.0]
420

521
This is not an exhaustive list of the all the changes made since 2.3 but

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.5.1-dev
1+
v2.5.1

0 commit comments

Comments
 (0)