fix: clean up trace order anomalies and duplicate nodes #5 - #66
Open
Dametime-0 wants to merge 1 commit into
Open
Dametime-0 wants to merge 1 commit into
Dametime-0 wants to merge 1 commit into
Conversation
Dametime-0
force-pushed
the
fix/trace-cleanup
branch
from
July 23, 2026 10:14
29b06a5 to
b1ffcbc
Compare
- Add trace_fixer.py: detect & fix trace structural issues - Fix 4 order anomalies in verify=0 entries - Fix 7 internal duplicates across all entries - Output detailed fix log and report Closes Tencent#5 Co-Authored-By: Claude <noreply@anthropic.com>
Dametime-0
force-pushed
the
fix/trace-cleanup
branch
from
July 23, 2026 10:19
b1ffcbc to
a798721
Compare
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.
Add trace_fixer.py: detect & fix trace structural issues
新增内容
修复结果
内部重复节点(已移除):7
顺序异常(已移除,仅 verify=0):4
顺序异常(保留,人工已确认):351
跨字段重复(保留,不一定是错误):563
修复后数据通过 SCHEMA.md 全部 9 条不变量验证
Closes 【2026犀牛鸟】清理 VulnGym 调用链顺序异常和重复节点 #5