fix(data): 修正并补充 n8n 样本语义标注#55
Open
Sam-Hui-dot wants to merge 2 commits into
Open
Conversation
Correct the six Issue Tencent#6 entries and add two evidence-backed supplementary audits with review notes, a field-level CSV, and regression tests. Signed-off-by: Sam-Hui-dot <19303092837@163.com>
Extend the webhook CSP trace, align Python annotations with upstream evidence, correct verification statistics, and harden regression coverage. Signed-off-by: Sam-Hui-dot <19303092837@163.com>
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.
背景
VulnGym 中部分 n8n 样本的
entry_point、critical_operation和trace存在语义偏差,包括入口落在非输入节点、关键操作落在静态列表或防御函数声明,以及 trace 混入无关控制流等问题。变更内容
修正 Issue #6 指定的 6 条样本:
entry-00099entry-00100entry-00103entry-00176entry-00511entry-00512同时补充两条基于源码和上游修复证据的独立审计发现:
entry-00182entry-00191主要调整:
responseHeaders配置进入响应、触发 Content-Type 检测并最终跳过 CSP sandbox 的完整链路。__objclass__黑名单缺口及直接 slot-wrapper 属性访问绕过证据。hiddenField分支的 trace。verify=0,等待维护者重新审核。交付物
data/entries.jsonl验证
origin/main发生变化git diff --check通过origin/main无冲突Closes #6