Buyer-visible security compatibility gap
EgressWeave supports multiple Python patch lines, but standard-library ipaddress special-purpose classifications can change across supported runtime releases. Remote egress authority must not silently widen or narrow solely because a deployment uses a different supported Python patch.
The product therefore uses a small source-controlled compatibility overlay for reviewed special-purpose ranges and exceptions while continuing to rely on normal runtime classification outside that bounded overlay. The current IANA registries remain the primary allocation evidence; CPython is_private / is_global vocabulary is related but not identical to IANA Globally Reachable.
Current canonical candidate
The current replacement is Draft PR #223, exact head 811ba846757adb44dfc648b9b13761aa1536a110, based directly on protected main 7faf7a3b8a47980113982914000e724ab6a6cda5. Historical #96/#173 remain evidence only; #173 is closed as superseded and no checks, reviews, base identity, or mergeability transfer.
Test-first reconstruction is complete:
- RED-only head
8312a000197eabd7d7d3d7433f6341263c79f031 failed 22 new compatibility regressions across Python 3.10–3.14;
- GREEN production head
26be254deb11be6d5ff1bb10f35e9e70395b91be adds the bounded reviewed overlay, most-specific global exceptions, and IPv4-mapped recursion;
- exact final head
811ba846757adb44dfc648b9b13761aa1536a110 adds source-grounded guidance and corrects the documentation contract for 2001:2::/48 being covered by its reviewed 2001::/23 parent;
- exact-head CI passed Python 3.10–3.14, 1,049 tests, 1,773/1,773 production statements, and 598/598 production branches.
Current boundary
- reviewed global exceptions are applied before broader reviewed non-global parent ranges;
- IPv4-mapped IPv6 addresses inherit the reviewed underlying IPv4 decision;
- local-development hostname authority is not widened;
- no runtime registry download or mutable external lookup occurs;
- ordinary authority, DNS pinning/revalidation, TLS, proxy, request/response, credential, workflow, and generic-denial boundaries remain unchanged;
2002::/16 is documented as a deliberate conservative EgressWeave/CPython compatibility decision, not overclaimed as IANA Globally Reachable=False.
Acceptance criteria
Primary references
Internet Assigned Numbers Authority. (2025, October 9). IANA IPv4 Special-Purpose Address Space.
Internet Assigned Numbers Authority. (2025, October 9). IANA IPv6 Special-Purpose Address Space.
Python Software Foundation. (2026). ipaddress — IPv4/IPv6 manipulation library (Python 3.14 documentation).
Non-goals
No full mutable registry mirror, no runtime registry download, no production access to globally unreachable special-purpose destinations, no blanket denial of explicit globally reachable exceptions, no local/private-development widening, and no manual synthesis of security or review evidence.
Buyer-visible security compatibility gap
EgressWeave supports multiple Python patch lines, but standard-library
ipaddressspecial-purpose classifications can change across supported runtime releases. Remote egress authority must not silently widen or narrow solely because a deployment uses a different supported Python patch.The product therefore uses a small source-controlled compatibility overlay for reviewed special-purpose ranges and exceptions while continuing to rely on normal runtime classification outside that bounded overlay. The current IANA registries remain the primary allocation evidence; CPython
is_private/is_globalvocabulary is related but not identical to IANAGlobally Reachable.Current canonical candidate
The current replacement is Draft PR #223, exact head
811ba846757adb44dfc648b9b13761aa1536a110, based directly on protectedmain7faf7a3b8a47980113982914000e724ab6a6cda5. Historical #96/#173 remain evidence only; #173 is closed as superseded and no checks, reviews, base identity, or mergeability transfer.Test-first reconstruction is complete:
8312a000197eabd7d7d3d7433f6341263c79f031failed 22 new compatibility regressions across Python 3.10–3.14;26be254deb11be6d5ff1bb10f35e9e70395b91beadds the bounded reviewed overlay, most-specific global exceptions, and IPv4-mapped recursion;811ba846757adb44dfc648b9b13761aa1536a110adds source-grounded guidance and corrects the documentation contract for2001:2::/48being covered by its reviewed2001::/23parent;Current boundary
2002::/16is documented as a deliberate conservative EgressWeave/CPython compatibility decision, not overclaimed as IANAGlobally Reachable=False.Acceptance criteria
is_private/is_globalvalues..github#897and.github#965integrate.main, then close this issue.Primary references
Internet Assigned Numbers Authority. (2025, October 9). IANA IPv4 Special-Purpose Address Space.
Internet Assigned Numbers Authority. (2025, October 9). IANA IPv6 Special-Purpose Address Space.
Python Software Foundation. (2026). ipaddress — IPv4/IPv6 manipulation library (Python 3.14 documentation).
Non-goals
No full mutable registry mirror, no runtime registry download, no production access to globally unreachable special-purpose destinations, no blanket denial of explicit globally reachable exceptions, no local/private-development widening, and no manual synthesis of security or review evidence.