Skip to content

Commit a5be993

Browse files
committed
Update CHANGELOG.md
1 parent 092e7e7 commit a5be993

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
66
## v0.7.14 (Derelict Dermodactylus)
77
### Fixed
88
* **[SECURITY]** Fixes an XSS vulnerability when performing certain actions in the file manager.
9+
* **[SECURITY]** Attempting to login as a user who has 2FA enabled will no longer request the 2FA token before validating
10+
that their password is correct. This closes a user existence leak that would expose that an account exists if
11+
it had 2FA enabled.
912

1013
### Changed
1114
* Support for setting a node to listen on ports lower than 1024.
15+
* QR code URLs are now generated without the use of an external library to reduce the dependency tree.
1216
* Regenerated database passwords now respect the same settings that were used when initially created.
1317
* Cleaned up 2FA QR code generation to use a more up-to-date library and API.
1418
* Console charts now properly start at 0 and scale based on server configuration. No more crazy spikes that

0 commit comments

Comments
 (0)