forked from p15670423/monkey
Project: Use correct file path in Vulture allowlist
This commit is contained in:
parent
28cf860aeb
commit
e14c1ea5f3
|
@ -277,10 +277,10 @@ key_list
|
||||||
simulation
|
simulation
|
||||||
netmap
|
netmap
|
||||||
validate_windows_filename_not_reserved
|
validate_windows_filename_not_reserved
|
||||||
subscribe_all # common\event_queue\i_event_queue.py
|
subscribe_all # common\event_queue\i_agent_event_queue.py
|
||||||
subscribe_type # common\event_queue\i_event_queue.py
|
subscribe_type # common\event_queue\i_agent_event_queue.py
|
||||||
subscribe_tag # common\event_queue\i_event_queue.py
|
subscribe_tag # common\event_queue\i_agent_event_queue.py
|
||||||
publish # common\event_queue\i_event_queue.py
|
publish # common\event_queue\i_agent_event_queue.py
|
||||||
subscribe_all # common\event_queue\pypubsub_event_queue.py
|
subscribe_all # common\event_queue\pypubsub_event_queue.py
|
||||||
subscribe_type # common\event_queue\pypubsub_event_queue.py
|
subscribe_type # common\event_queue\pypubsub_event_queue.py
|
||||||
subscribe_tag # common\event_queue\pypubsub_event_queue.py
|
subscribe_tag # common\event_queue\pypubsub_event_queue.py
|
||||||
|
|
Loading…
Reference in New Issue