Skip to content

feat: Killsweep 通杀闭环 + Escalation 升级空发射不落库 - #46

Open
moliyu1101 wants to merge 2 commits into
StanleyNull:mainfrom
moliyu1101:pr-killsweep-escalation
Open

feat: Killsweep 通杀闭环 + Escalation 升级空发射不落库#46
moliyu1101 wants to merge 2 commits into
StanleyNull:mainfrom
moliyu1101:pr-killsweep-escalation

Conversation

@moliyu1101

Copy link
Copy Markdown
Contributor

两个挖洞闭环收口合并为一:

  1. Killsweep 通杀闭环:通杀确认后,把 affected_table 里 status=verified 的同类站点批量入队,走原生 Target→Worker→落库链路,每个实证中招站点逐步复现并产出独立 Finding;candidate 不入队、跳过 origin/重复/无效/敏感主机,受 KILLSWEEP_REPLAY_ENQUEUE_LIMIT 上限约束。

  2. Escalation 升级空发射不落库:扩大危害深挖过显著性门槛但返回空结果时不落库污染报告,新增 escalation_guard.has_emission 守卫,空结果只记 escalate_skip 事件。

新增 tests/test_killsweep_closed_loop.py(2 条)与 tests/test_escalation_guard.py(4 条),均通过。

通杀确认后,把 affected_table 里 status=verified 的同类站点批量入队,走原生 Target→Worker→(Stage-0 预筛)→落库链路,让每个实证中招的站点逐步复现并产出独立 Finding;candidate 不入队、跳过 origin/重复/无效/敏感主机,受 KILLSWEEP_REPLAY_ENQUEUE_LIMIT 上限约束。新增 2 条单测。
扩大危害深挖虽过显著性门槛仍可能返回空结果,空升级洞落库会污染报告。新增 escalation_guard.has_emission 守卫:升级结果无任一实证(poc/raw_request/raw_response/description 全空)即放弃落库,只记一条 escalate_skip 事件。新增 4 条单测。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant