Project: Use correct file path in Vulture allowlist

This commit is contained in:
Shreya Malviya 2022-09-05 19:16:31 +05:30
parent 28cf860aeb
commit e14c1ea5f3
1 changed files with 4 additions and 4 deletions

View File

@ -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