Files
Nexus/docs/audit/2026-06-13-ssh-watch-probe-quote-fix.md
T
Nexus Agent adee25deb6 fix(watch): repair SSH probe script broken by embedded quote in os_release parse
Use chr(34) inside the bash-wrapped python -c probe so monitor slots work again after hardware detail rollout.
2026-06-13 16:10:32 +08:00

679 B
Raw Blame History

审计 — 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

  • test_ssh_watch_metrics_cmd_runs_locally passed
  • changelog / audit