get_attack_chain has no pagination — long sessions return unbounded data #66
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fetches all attack_chain_nodes for a session with no limit. Sessions with many iterations accumulate hundreds of nodes with full tool output. Fix: Add pagination or limit.