mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-09-18 16:02:27 +02:00
fix(prompts): scope exploit agents to in-band proof, mark OOB-only findings blocked
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
- Direct server access
|
||||
- Database console access
|
||||
|
||||
**OUT-OF-BAND CONSTRAINT:**
|
||||
- Prove exploitation through the in-band request/response channel with the target; that is the only channel in scope, and standing up out-of-band callbacks or attacker-controlled infrastructure falls outside it.
|
||||
- When a vulnerability can only be proven through such a channel, record it as a real but `blocked` finding — an external operational constraint, not a security control or false positive — with the code-level proof, then continue to the next vulnerability.
|
||||
|
||||
**VERDICT CLASSIFICATIONS:**
|
||||
- EXPLOITED: Successfully demonstrated impact via public interface
|
||||
- BLOCKED_BY_SECURITY: Valid vulnerability but blocked by WAF/controls
|
||||
|
||||
Reference in New Issue
Block a user