diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-02-18 17:48:36 +0800 |
---|---|---|
committer | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-02-18 17:48:36 +0800 |
commit | f85b17a00e0a484a870511726118a36375c3d97a (patch) | |
tree | ebfdd4d02871e701f10c172531ec79e6f2d74874 /CHANGELOG.md | |
parent | 33b6478cc7f1344636c04103a87f7d1a1dc3ed95 (diff) |
mailer: fix template not found error
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 928efbc5..746173cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ All notable changes to Gogs are documented in this file. ### Fixed +- [Security] Potential open redirection with i18n. - [Security] Potential RCE on mirror repositories. [#5767](https://github.com/gogs/gogs/issues/5767) - [Security] Potential XSS attack with raw markdown API. [#5907](https://github.com/gogs/gogs/pull/5907) - Open/close milestone redirects to a 404 page. [#5677](https://github.com/gogs/gogs/issues/5677) |