Skip to content

Commit 0d3f6ff

Browse files
committed
release: v0.2.33
1 parent 73990d6 commit 0d3f6ff

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.33] - 2026-02-09
9+
10+
### Fixed
11+
- **`status_page_exposed` false positive**: Servers listening only on Unix sockets (e.g. `listen unix:/run/nginx/status.sock`) no longer trigger the missing IP restrictions warning, since Unix domain sockets are inherently inaccessible from the network (#101).
12+
813
## [0.2.32] - 2026-02-07
914

1015
### Fixed

gixy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
from gixy.core import severity
44

5-
version = "0.2.32"
5+
version = "0.2.33"

0 commit comments

Comments
 (0)