diff options
author | Joe Chen <jc@unknwon.io> | 2022-05-05 15:57:32 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-05 15:57:32 +0800 |
commit | a76aff36d015458f60d4eab8314262ef94116f74 (patch) | |
tree | 05b4ec86a5254ce35f15fbd1694ed95005ead269 | |
parent | f45dbf3e76ec580689c43f00a399e9a78a145dea (diff) |
CHANGELOG: add entry for #6926 (#6928)
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b556b01..4b54b9ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ All notable changes to Gogs are documented in this file. ### Fixed +- _Security:_ Stored XSS in issues. [#6919](https://github.com/gogs/gogs/issues/6919) - Unable to use LDAP authentication on ARM machines. [#6761](https://github.com/gogs/gogs/issues/6761) - Invalid character in `Access-Control-Allow-Credentials` response header. [#4983](https://github.com/gogs/gogs/issues/4983) - Mysterious `ssh: overflow reading version string` errors from builtin SSH server. [#6882](https://github.com/gogs/gogs/issues/6882) |