docs: add segmentation validation evidence gates#1350
docs: add segmentation validation evidence gates#1350catcherintheroad-hub wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6a8659dd3f
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| |---|---|---| | ||
| | Test matrix | Source zone, destination zone, protocol, port, expected result, actual result | Boundary is asserted but not proven | | ||
| | Test source | Host/pod/subnet identity, role, route table, security group, namespace | Test does not represent real traffic path | | ||
| | Denied-path proof | Firewall deny log, flow log reject, packet capture, or command output | Blocks cannot be independently verified | |
There was a problem hiding this comment.
Require control-side proof for denied paths
For denied-path validation, raw command output is not enough to prove that a boundary control blocked traffic: a timeout or connection refusal can also mean the destination host is down, the route is broken, or no service is listening. In those cases the skill can mark an untested or ineffective boundary as validated, especially for CDE/crown-jewel paths. Please require firewall/flow-log/packet-capture evidence, or pair command output with evidence that the target service is reachable from an authorized source on the same port.
Useful? React with 👍 / 👎.
Summary
Adds segmentation validation evidence gates to
segmentationso zone boundaries are proven with denied-path, allowed-path, exception, and failover evidence instead of diagrams alone.Changes
SEG-TEST-01throughSEG-TEST-08for test matrix gaps, denied-path proof, exception governance, failover/bypass tests, representative test sources, CDE/crown-jewel validation, post-change retesting, and evidence references.Validation
git diff --checkRelated issue
Created from review issue: #1349