Skip to content

Commit b3bb8c4

Browse files
committed
release: v0.2.32
1 parent 04936da commit b3bb8c4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.32] - 2026-02-07
9+
10+
### Fixed
11+
- **HSTS false positive**: `security_headers on;` (ngx_security_headers module) is now recognized as providing HSTS — no longer flags "Missing HSTS header".
12+
- **HSTS false positive**: `more_set_headers` setting `Strict-Transport-Security` is now recognized as providing HSTS.
13+
- **`ssl_prefer_server_ciphers` false positive**: Inverted the check — `on` is now flagged (LOW) instead of `off` (MEDIUM). All authoritative sources (Mozilla, nginx maintainers) recommend `off` for modern cipher lists.
14+
815
## [0.2.29] - 2026-01-30
916

1017
### Changed

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.31"
5+
version = "0.2.32"

0 commit comments

Comments
 (0)