issues
search
IntegralDefense
/
ACE
Analysis Correlation Engine
Apache License 2.0
26
stars
10
forks
source link
A lot of bug fixes and some changes (see below)
#178
Closed
unixfreak0037
closed
5 years ago
unixfreak0037
commented
5 years ago
fixes issues with the ace archive-alerts subcommand
introduces saq.db global sqlalchemy session (to be used by the engine eventually)
modified Analysis.find_observable(s) to accept an indicator type as the search criteria
modified Observable.get_analysis to accept a string of the name of the class and improved the documentation of the functions
added saq.database.retry_on_deadlock to execute sqlalchemy-based routines in a deadlock-safe manner
added unit testing for archiving and testing deadlocks under sqlalchemy