You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flag.py had 2 slow imports, made them local imports that are imported when needed only, as well as changed sentence-transformer to only show logs when DEBUG is true
Updated exception logging to discourage it, making only one script now using it, and updated parse_execution logging to include a internal error if the list given is not in the correct format, also added an "except" as replacement to "exception" in the string() function
vulnscan.py, sensitive_data_miner.py, event_log.py : Changed code to follow Good Practises
dump_memory.py: added a truncation system to not allow files to be too large
SECURITY.md now includes the release date of the versions!
Fixed HUGE bug in sensitive_data_miner.py where it didn't construct paths properly thus didn't search the correct paths.
Signed-off-by: Shahm Najeeb <[email protected]>
0 commit comments