Skip to content

Commit

Permalink
suricata.py: import os
Browse files Browse the repository at this point in the history
  • Loading branch information
AlyaGomaa committed Jul 31, 2024
1 parent 48e558e commit 079e025
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion parsers/suricata.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import traceback
import json
import os

from utils.timestamp_handler import TimestampHandler
from parsers.config import ConfigurationParser
from utils.hash import Hash
from utils.file_handler import validate_path
from abstracts.parsers import Parser
import json


class SuricataParser(Parser):
Expand Down

0 comments on commit 079e025

Please sign in to comment.