Commit 2baeb7f
committed
docs(security): redact real CVM IPs and hostnames in benchmark docs
Replace real production IPs / hostnames / ssh ports with placeholder addresses across 4 documents in the freebsd_13_to_15_upgrade_spec/ tree:
9.134.214.176 -> 192.168.1.1 (F-Stack server)
9.134.213.67 -> 192.168.1.2 (server hostname-derived)
9.134.211.87 -> 192.168.1.3 (wrk client)
VM-213-67-tencentos -> VM-1-2-tencentos
VM-211-87-tencentos -> VM-1-3-tencentos
ssh port :36000 -> :22 (1 occurrence in 13.0-baseline-cvm-bench-report.md)
Files updated (4):
- docs/freebsd_13_to_15_upgrade_spec/99-review-report.md (2 occurrences)
- docs/freebsd_13_to_15_upgrade_spec/zh_cn/13.0-baseline-cvm-bench-report.md (4 occurrences)
- docs/freebsd_13_to_15_upgrade_spec/zh_cn/rib-fix-plan.md (2 occurrences)
- docs/freebsd_13_to_15_upgrade_spec/zh_cn/runtime-fix-execution-log.md (7 occurrences)
Out of scope (per user decisions):
- config.ini in 4 source trees keeps real IP 9.134.214.176 to preserve runnability of the live helloworld DPDK NIC binding (Q_config_ini=B)
- Prior commits 62f5400 / 3e33225 retain the original IPs in their content; git history is intentionally not rewritten (Q_git_history=A; commits unpushed and remain local)
- Binary perf.data files under /tmp/perf-* are left untouched (sed would corrupt the file format); they are volatile and never enter the repository
Volatile redactions (NOT in this commit, applied separately):
- 9 text files under /tmp/13baseline-bench/, /tmp/15rfix-bench/, /tmp/perf-15rfix/, /tmp/perf-13baseline/ were sed-redacted in place
- codebuddy IDE plan.md was sed-redacted in place
Verification: post-redaction grep over all 4 docs returns 0 matches for the original IPs / hostnames / port. Mandatory workspace policies obeyed: zero direct rm/kill/chmod calls; replacement performed via sed -i only. Local commit only; not pushed (per Q_commit=D from prior session).1 parent 3e33225 commit 2baeb7f
4 files changed
Lines changed: 15 additions & 15 deletions
File tree
- docs/freebsd_13_to_15_upgrade_spec
- zh_cn
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
458 | | - | |
| 458 | + | |
459 | 459 | | |
460 | 460 | | |
461 | 461 | | |
462 | | - | |
| 462 | + | |
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
269 | | - | |
| 268 | + | |
| 269 | + | |
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
| 316 | + | |
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | | - | |
| 381 | + | |
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
| |||
0 commit comments