Commit 091d708
committed
docs(bench): redact real ssh port in methodology SVG and markdown
Replace the literal source port (a real ssh port previously used in
internal infrastructure) with an unambiguous placeholder so the
artifact contains zero recognizable production-side values.
Files changed:
- cvm-bench-methodology.svg
- cvm-bench-methodology.md
Substitution:
- :<real-port> -> :22 becomes
:<actual-ssh-port> -> :22
The placeholder is rendered in SVG with HTML entity escapes
(< / >) so it shows as <actual-ssh-port> in any browser without
breaking SVG well-formedness. Markdown uses the angle-bracket form
verbatim as part of the sample sed command, alongside an existing
note that the regex must be substituted with the real value at
invocation time.
Rationale: paired with the earlier IP D-segment-only redaction, this
ensures the methodology document keeps zero real network identifiers
visible while still conveying the redaction pipeline structure to the
reader.1 parent 0fe07ed commit 091d708
2 files changed
Lines changed: 2 additions & 2 deletions
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
Lines changed: 1 addition & 1 deletion
Loading
0 commit comments