-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Security
Currently, the global audit manager is just a plain global object. Global variables are generally a bad idea, but moreover in tests, resetting the global state becomes non-trivial. We should move the GlobalAuditManager to at least be a unique_ptr and potentially find a better house for it.