diff options
author | Michael Rowley <michaellrowley@protonmail.com> | 2022-03-08 03:34:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-08 11:34:53 +0800 |
commit | 242deca524dbf922bfb08dadd65455164b9e663e (patch) | |
tree | b8110c947dba99cf3e8115219a440f79f19bcc14 /CHANGELOG.md | |
parent | bb19f52c05e212b9358f9efaa897120dbdf9d0ab (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.md | 1 |
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 |