CHANGELOG: add missing entry for ce1ec81d6f

[CI SKIP]
pull/5927/head
ᴜɴᴋɴᴡᴏɴ 2020-02-19 23:48:35 +08:00
parent ce1ec81d6f
commit e545c310ee
No known key found for this signature in database
GPG Key ID: B43718D76E30A238
1 changed files with 1 additions and 0 deletions

View File

@ -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)