From 2ddd0bf9fdac8944e8d01be1014c800ea516b849 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Mon, 29 Dec 2025 14:25:24 -0600 Subject: [PATCH] 1.5.1 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed85cff..7e6a2ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 1.5.1 - 2025-12-29 + +### Features + +- Added HOST environment variable support for configuring server host binding + +### Security + +- Fixed unhandled error in HTTP response writing (G104) +- Fixed file write permissions to use more restrictive 0600 instead of 0644 (G306) +- Fixed potential file inclusion vulnerability by adding path validation in file operations (G304) + +### Docker + +- Added HOST environment variable to Dockerfile (defaults to 0.0.0.0, make sure to set it properly in production) + ## 1.5.0 - 2025-12-29 ### Features