From a9b226b3dd627976487568143a5b32be64202e06 Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Fri, 31 May 2024 23:23:13 -0600 Subject: [PATCH] Update #1215 for backport to v4.5.3 Signed-off-by: Jonathon Anderson --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2af508e6..0f0a18d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,7 +32,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Systems with no SMBIOS (Raspberry Pi) will create a UUID from `/sys/firmware/devicetree/base/serial-number` - Replace slice in templates with sprig substr. #1093 -- Block unprivileged requests for arbitrary overlays in secure mode. ## v4.5.3, unreleased @@ -46,6 +45,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed +- Block unprivileged requests for arbitrary overlays in secure mode. #1215 - Fix installation docs to use github.com/warewulf instead of github.com/hpcng. #1219 ### Security