Files
Nexus/docs/audit/2026-06-13-ssh-watch-probe-quote-fix.md
2026-07-08 22:31:31 +08:00

29 lines
679 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 审计 — SSH 监测探针引号修复
**Changelog**: `docs/changelog/2026-06-13-ssh-watch-probe-quote-fix.md`
## 审计范围
| 文件 | 变更 | 状态 |
|------|------|------|
| `server/infrastructure/ssh/remote_probe.py` | `strip(chr(34))` | ☑ |
| `tests/test_watch_metrics.py` | 探针脚本回归 | ☑ |
## Step 3 规则扫描
| H | 规则 | 结论 |
|---|------|------|
| H1 | 无新攻击面 | SAFE |
| H2 | 恢复监测可用性 | SAFE — 热修复 |
## Closure
| H | 判定 | 依据 |
|---|------|------|
| H1H2 | SAFE | 本地 bash 执行探针返回 status ok |
## DoD
- [x] `test_ssh_watch_metrics_cmd_runs_locally` passed
- [x] changelog / audit