Merge branch 'ent-10219-stored-cross-site-scripting-in-syslog-section' into 'develop'
Ent 10219 stored cross site scripting in syslog section See merge request artica/pandorafms!5464
This commit is contained in:
commit
3bc593e58a
|
@ -1994,7 +1994,7 @@ if ($create_module) {
|
||||||
$agent = db_get_row('tagente', 'id_agente', $id_agente);
|
$agent = db_get_row('tagente', 'id_agente', $id_agente);
|
||||||
db_pandora_audit(
|
db_pandora_audit(
|
||||||
AUDIT_LOG_AGENT_MANAGEMENT,
|
AUDIT_LOG_AGENT_MANAGEMENT,
|
||||||
"Added module '".io_safe_output($name)."' for agent ".io_safe_output($agent['alias']),
|
"Added module '".db_escape_string_sql($name)."' for agent ".io_safe_output($agent['alias']),
|
||||||
false,
|
false,
|
||||||
true,
|
true,
|
||||||
io_json_mb_encode($values)
|
io_json_mb_encode($values)
|
||||||
|
|
Loading…
Reference in New Issue