docs+chore: fix listener bind-default wording; archive release-and-ci-hardening - #19
Merged
Merged
Conversation
…d-ci-hardening - README: the 0.0.0.0 listener bind default was mislabeled a "Secure Default". It binds all interfaces for reverse-connection compatibility, which is not a hardened default. Reframe it as a compatibility choice with an explicit warning and point operators at `reverselistenerbindaddress` to restrict it. Also correct the overstated "bind address validation" / "input sanitization" descriptions to match what the code actually enforces. - Archive the shipped release-and-ci-hardening OpenSpec change; sync its specs (ci-quality-gates, sbom-release-integration) into openspec/specs/. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Docs — correct misleading security wording
The README listed "Secure Defaults: Listeners default to
0.0.0.0for maximum compatibility" — but0.0.0.0binds all interfaces, which is the least-restrictive option, not a secure default. The code confirmsReverseListenerBindAddressdefaults to0.0.0.0throughout, and bind "validation" only checks the address is a wildcard or a host-configured IP.reverselistenerbindaddress.Chore — archive shipped OpenSpec change
release-and-ci-hardeningis fully delivered (v3.0.1 released). Archived it and synced its specs (ci-quality-gates,sbom-release-integration) intoopenspec/specs/. One deferred follow-up remains noted in the archived tasks: flipmypyfrom advisory to blocking once the type backlog is cleared.🤖 Generated with Claude Code