Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2025

Bumps gixy-ng from 0.2.22 to 0.2.23.

Release notes

Sourced from gixy-ng's releases.

v0.2.23

What's New

🔐 New Plugin: weak_ssl_tls

Detects weak SSL/TLS configurations:

  • Insecure protocols (SSLv2, SSLv3, TLSv1, TLSv1.1)
  • Weak cipher suites (NULL, DES, RC4, EXPORT, etc.)
  • Missing or weak HSTS headers
  • ssl_prefer_server_ciphers off configuration

🔧 Auto-fix Mode

New CLI options to automatically apply fixes:

  • --fix: Apply fixes and create .bak backups
  • --fix-dry-run: Preview fixes without modifying files
  • --no-backup: Skip backup file creation

🐍 Python 3.6 Pre-commit

Full test suite now runs with Python 3.6 on every commit to ensure compatibility.

📖 README Overhaul

Plugins reorganized into categorized table format with direct links to documentation.

Full Changelog: dvershinin/gixy@v0.2.22...v0.2.23

Changelog

Sourced from gixy-ng's changelog.

[0.2.23] - 2024-12-19

Added

  • New plugin: weak_ssl_tls: Detects weak SSL/TLS configurations including:
    • Insecure protocols (SSLv2, SSLv3, TLSv1, TLSv1.1)
    • Weak cipher suites (NULL, DES, RC4, EXPORT, etc.)
    • Missing or weak HSTS headers
    • ssl_prefer_server_ciphers off configuration
  • Auto-fix mode: New --fix and --fix-dry-run CLI options to automatically apply fixes for detected issues. Creates .bak backup files by default (disable with --no-backup).
  • Python 3.6 pre-commit check: Full test suite now runs with Python 3.6 on every commit to ensure compatibility with minimum supported version.
  • README overhaul: Reorganized plugin documentation into categorized table format with links to official docs.

Changed

  • scripts/test_py36.sh now runs the full test suite instead of a subset of tests.

Fixed

  • Added missing HSTS header to staging server in wordpress_production.conf integration test.
Commits
  • 471223a feat: weak_ssl_tls plugin, auto-fix mode, Python 3.6 pre-commit
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 19, 2025
@thestinger thestinger force-pushed the main branch 26 times, most recently from e2a8784 to d981a9c Compare December 23, 2025 17:46
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 29, 2025

A newer version of gixy-ng exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@thestinger
Copy link
Member

@dependabot rebase

Bumps [gixy-ng](https://github.com/dvershinin/gixy) from 0.2.22 to 0.2.23.
- [Release notes](https://github.com/dvershinin/gixy/releases)
- [Changelog](https://github.com/dvershinin/gixy/blob/master/CHANGELOG.md)
- [Commits](dvershinin/gixy@v0.2.22...v0.2.23)

---
updated-dependencies:
- dependency-name: gixy-ng
  dependency-version: 0.2.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/main/gixy-ng-0.2.23 branch from 8505eb1 to ed09e7e Compare December 29, 2025 07:06
@thestinger thestinger merged commit be991f5 into main Dec 29, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/pip/main/gixy-ng-0.2.23 branch December 29, 2025 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants