aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMichael Rowley <michaellrowley@protonmail.com>2022-03-08 03:34:53 +0000
committerGitHub <noreply@github.com>2022-03-08 11:34:53 +0800
commit242deca524dbf922bfb08dadd65455164b9e663e (patch)
treeb8110c947dba99cf3e8115219a440f79f19bcc14 /CHANGELOG.md
parentbb19f52c05e212b9358f9efaa897120dbdf9d0ab (diff)
security: fix SSRF in repository migration (#6812)
Co-authored-by: Joe Chen <jc@unknwon.io>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cbb9eff3..1a1a4def 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,7 @@ All notable changes to Gogs are documented in this file.
### Fixed
+- _Security:_ Potential SSRF in repository migration. [#6754](https://github.com/gogs/gogs/issues/6754)
- Unable to use LDAP authentication on ARM machines. [#6761](https://github.com/gogs/gogs/issues/6761)
### Removed