Skip to content

Commit

Permalink
detect/analysis: Move globals to engine ctx
Browse files Browse the repository at this point in the history
Issue: 6239

This commit moves the global variables associated with engine analysis
into the detect engine context. Doing so provides encapsulation of the
analysis components as well as thread-safe operation in a multi-tenant
(context) deployment.

(cherry picked from commit c8615bc)
  • Loading branch information
jlucovsky committed Nov 30, 2023
1 parent b8cf5ac commit 9602fe6
Show file tree
Hide file tree
Showing 6 changed files with 418 additions and 313 deletions.
Loading

0 comments on commit 9602fe6

Please sign in to comment.