重建并验证 Issue #7 的五条漏洞调用链 - #83
Open
ii76 wants to merge 2 commits into
Open
Conversation
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.
修改概述
rebuild_report.md,记录各漏洞的重建过程和判断依据。fix_diff.csv,记录所有字段级变化。涉及条目
entry-00185:n8n ReadWriteFile 写入.git导致命令执行。entry-00197:OpenClaw media sandbox TOCTOU。entry-00290:OpenClaw dangling symlink 沙盒边界绕过。entry-00320:Langflow multipart filename 路径穿越写入。entry-00391:FastMCP OpenAPI path parameter 未编码导致 SSRF 和路径穿越。验证结果
jq -c . data/entries.jsonl验证通过。data/entries.jsonl保持 408 行。verify: 1。{file, line, code}节点与对应漏洞 commit 精确匹配。python3 examples/load_dataset.py运行通过。git diff --check检查通过。fix_diff.csv已覆盖全部字段变化。rebuild_report.md已覆盖全部 5 个目标条目。manual_review.csv。统计变化
Closes #7