From e00e9af33aadf08dde0648ad2136247f2cbed05e Mon Sep 17 00:00:00 2001 From: E99p1ant Date: Sat, 4 Apr 2026 14:48:09 +0800 Subject: [PATCH] update changelog Signed-off-by: E99p1ant --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index da387d42f..0ce80c5a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to Gogs are documented in this file. ## 0.15.0+dev (`main`) +### Fixed + +- _Security:_ SSRF via mirror address update bypassing clone address validation. + ### Removed - The `gogs cert` subcommand. [#8153](https://github.com/gogs/gogs/pull/8153)