Skip to content

Commit

Permalink
for cisagov#457, signal suricata rules to reload after update
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Jan 21, 2025
1 parent c7d86d6 commit aa37b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/bin/pcap_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

try:
from suricata_socket import SuricataSocketClient
except ImportError:
except ModuleNotFoundError:
# this will blow up later on instantiation, of course
SuricataSocketClient = object

Expand Down

0 comments on commit aa37b24

Please sign in to comment.