How to install python3-gixy (noarch)
NGINX configuration static analyzer library
Install
sudo dnf -y install https://extras.getpagespeed.com/release-latest.rpm sudo dnf -y install python3-gixy
Description
Gixy is a tool to analyze Nginx configuration. The main goal of Gixy is to prevent security misconfiguration and automate flaw detection.
RPMs
| Package | Size | Changelog |
|---|---|---|
| python3-gixy-0.2.41-1.fc42.noarch | 248 KiB |
Danila Vershinin (2026-04-11) - Added new check for regex exact match optimization. · - Improves performance by replacing regex with exact-match locations. · - Supports quick-fix for IDE integrations. · - Only flags case-sensitive regex patterns. · - Enhances NGINX configuration efficiency. |
| python3-gixy-0.2.40-1.fc42.noarch | 246 KiB |
Danila Vershinin (2026-03-19) - Suppress warning for `ssl_prefer_server_ciphers on` with `PrioritizeChaCha` option. · - Improved compatibility with OpenSSL's `SSL_OP_PRIORITIZE_CHACHA`. |
| python3-gixy-0.2.39-1.fc42.noarch | 244 KiB |
Danila Vershinin (2026-03-18) - Fixed detection of `quic_bpf` directive in main context. · - Improved compatibility with NGINX documentation standards. |
| python3-gixy-0.2.36-1.fc42.noarch | 242 KiB |
Danila Vershinin (2026-03-07) - Added server mode for IDE integration. · - Introduced NDJSON over stdin/stdout for communication. · - Improved persistent process handling. |
| python3-gixy-0.2.34-1.fc42.noarch | 239 KiB |
Danila Vershinin (2026-02-13) - Fixed malformed Docker command in README documentation. · - Updated outdated plugin paths to checks in documentation. · - Added missing status_page_exposed check in documentation. · - Changed CI/CD workflow trigger for PyPI publishing. · - Corrected double period typo in code docstring. |
| python3-gixy-0.2.33-1.fc42.noarch | 239 KiB |
Danila Vershinin (2026-02-09) - Fixed false positive for `status_page_exposed` warning. · - Unix socket servers no longer trigger missing IP restrictions. |
| python3-gixy-0.2.32-1.fc42.noarch | 238 KiB |
Danila Vershinin (2026-02-07) - Fix HSTS false positive when security_headers or more_set_headers provides HSTS. · - Invert ssl_prefer_server_ciphers check: flag on (LOW) instead of off. |
| python3-gixy-0.2.31-1.fc42.noarch | 237 KiB |
Danila Vershinin (2026-02-04) - Added security check for publicly accessible NGINX stub_status directives. · - Detects configurations missing allow/deny directives. · - Improves security by preventing unauthorized access to server metrics. |
| python3-gixy-0.2.30-1.fc42.noarch | 236 KiB |
Danila Vershinin (2026-02-03) - Fixed false positive in ReDoS detection for optional groups. · - Improved accuracy of nested quantifier vulnerability detection. |
| python3-gixy-0.2.29-1.fc42.noarch | 235 KiB |
Danila Vershinin (2026-01-28) - Graceful handling of malformed nginx configs to prevent crashes. · - Improved error messaging for invalid directives. · - Added tests for better validation of config handling. |