Audit and harden wechat-cli v1.6.20#11
Merged
Merged
Conversation
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
改动
call-json、schema、freshness、warnings 与空列表输出更适合 agent 稳定消费根因与影响
审计发现固定扫描上限、非稳定 tie-break、部分错误被吞、非原子配置 RMW、宽松删除路径与 bearer 暴露等问题。修复后 CLI 在大数据量、并发刷新、局部 DB/媒体失败及跨平台更新场景下不会静默伪装成完整成功;默认输出也减少敏感本机标识。
验证
sessions → timeline → read_events,检查分页、cursor、freshness 与消息 shapego test ./... -count=1go test -race ./... -count=1go vet ./...go mod verifygovulncheck ./...:No vulnerabilities foundWindows 安装器、打包脚本与实际 Windows release artifact 继续由 GitHub Actions 验证。