-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
bugSomething isn't workingSomething isn't workinghigh priorityThis is of high priorityThis is of high priority
Description
web-hacker/src/routine_discovery/agent.py
Line 427 in d058b16
| transaction_ids = {} |
transaction_ids is initialized as a dict {} but should be a list [] because scan_transaction_responses() returns a list and .extend() is called on it.
File "web-hacker/src/routine_discovery/agent.py", line 429, in resolve_variables
transaction_ids.extend(self.context_manager.scan_transaction_responses(
^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'dict' object has no attribute 'extend'
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghigh priorityThis is of high priorityThis is of high priority