aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorᴜɴᴋɴᴡᴏɴ <u@gogs.io>2020-02-19 23:48:35 +0800
committerᴜɴᴋɴᴡᴏɴ <u@gogs.io>2020-02-19 23:48:35 +0800
commite545c310eefde55f3e7c55a185c1348b13180074 (patch)
treec24eea47ae05bf0c94aee4d47f48822891af4d4c
parentce1ec81d6fa4b9531eee8c51a6ce1a095ea9beb2 (diff)
CHANGELOG: add missing entry for ce1ec81d6f
[CI SKIP]
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 270e6c6c..55246b34 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,7 @@ All notable changes to Gogs are documented in this file.
### Fixed
- [Security] Potential open redirection with i18n.
+- [Security] Potential ability to delete files outside a repository.
- [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)