From ac5fe232441ed31e497cd566ce4efbefd9fec388 Mon Sep 17 00:00:00 2001 From: E99p1ant Date: Sun, 5 Apr 2026 23:36:05 +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..f2733882c 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:_ Repository collaborators with Admin access could escalate their own or others' access mode to Owner via the web UI. + ### Removed - The `gogs cert` subcommand. [#8153](https://github.com/gogs/gogs/pull/8153)