mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-16 18:24:31 +02:00
parent
286538c17e
commit
cb99402766
@ -42,6 +42,7 @@ bool EventQueue::CanProcessEvent(const String& type) const
|
|||||||
void EventQueue::ProcessEvent(const Dictionary::Ptr& event)
|
void EventQueue::ProcessEvent(const Dictionary::Ptr& event)
|
||||||
{
|
{
|
||||||
ScriptFrame frame;
|
ScriptFrame frame;
|
||||||
|
frame.Sandboxed = true;
|
||||||
|
|
||||||
if (!FilterUtility::EvaluateFilter(frame, m_Filter, event, "event"))
|
if (!FilterUtility::EvaluateFilter(frame, m_Filter, event, "event"))
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user