From 0687909fc682b8d9d6dc6627480f09072df25a75 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 13 Sep 2024 21:50:51 +0100 Subject: [PATCH 1/2] #advisory-fix-1 Fix for no authentication check when saving config files --- html/includes/save_file.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/includes/save_file.php b/html/includes/save_file.php index 953edd8e5..5c1d2908b 100644 --- a/html/includes/save_file.php +++ b/html/includes/save_file.php @@ -1,6 +1,10 @@ Date: Fri, 13 Sep 2024 22:09:54 +0100 Subject: [PATCH 2/2] #advisory-fix-1 Bump version --- version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version b/version index 8248b309e..ea90d1a6b 100644 --- a/version +++ b/version @@ -1 +1 @@ -v2023.05.01_04 +v2023.05.01_05