docs(agents): record the two-sided guard pitfall #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "docs-two-sided-guard"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Documentation only.
#5 added the assertion; this records why it was missing. A guard written as
a != x || b != xis two conditions, and a test exercising one side leaves the other deletable with the suite still green. Inloopback_matches_ignoring_portthe unpinned side was the allowlist entry's scheme: dropping it port-relaxes anhttps://localhost:8443/callbackentry (loopback host) into a cleartexthttp://localhost:3118/callback, an https to http downgrade on an entry the operator wrote expecting TLS.Follow-up to #2 and #5. No code change, no release.