1.5.1
This commit is contained in:
16
CHANGELOG.md
16
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
|
||||
|
||||
Reference in New Issue
Block a user