Commit 3b24ec8
committed
docs(redact): mask remaining real IP A/B/C segments and ssh port in runtime-fix log
Three residual production-side identifiers found by full-tree grep
under docs/freebsd_13_to_15_upgrade_spec/zh_cn/ are now redacted to
the same D-segment-only / placeholder convention used by the
methodology document:
Locations and substitutions:
- runtime-fix-execution-log.md L95 inet 9.134.214.17 -> x.x.x.17
- runtime-fix-execution-log.md L170 broadcast 9.134.215.255 -> x.x.x.255
- runtime-fix-execution-log.md L602 :22 replaces :36000 ->
:22 replaces :<actual-ssh-port>
The L95 and L170 sites are quoted ff_ifconfig output snippets that
slipped through the original sed redaction pipeline because they
appeared in expected/actual comparison cells, not in the wrk/curl
captured output that the pipeline targeted. The L602 site is a
narrative summary line that referenced the literal source port.
Verification:
- recursive grep '9\.134\.' under zh_cn/ -> 0 hits
- recursive grep '\b36000\b' under zh_cn/ -> 0 hits
Untouched (non-sensitive):
- netmask 0xfffff800 (subnet bitmask format only, no real address)
- 127.0.0.1 (loopback constant, not site-specific)
- MAC 20:90:6f:7d:5d:* (virtio synthetic MAC, low value if leaked)1 parent 091d708 commit 3b24ec8
1 file changed
Lines changed: 3 additions & 3 deletions
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| |||
599 | 599 | | |
600 | 600 | | |
601 | 601 | | |
602 | | - | |
| 602 | + | |
603 | 603 | | |
604 | 604 | | |
605 | 605 | | |
| |||
0 commit comments