orjanj / nmap-pkg-generation-analysis

Framework for synthetic packet generation and characterization of Nmap scans
GNU General Public License v2.0
1 stars 0 forks source link

Bug when reading through tasks #24

Closed orjanj closed 2 years ago

orjanj commented 2 years ago

This is a logical error within the deploy_tasks_to_worker() function where the status check for ongoing returns the same task value through each iteration. Needs to be rewritten and logic should be implemented within worker host iteration instead.

orjanj commented 2 years ago

This task has close collerations with the task #16 .