mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Merge branch 'ent-2350-seguridad-3' into 'develop'
Fixed security fail filling the plugin fields See merge request artica/pandorafms!1755
This commit is contained in:
commit
55de76542b
@ -833,7 +833,7 @@ ui_require_javascript_file('pandora_modules');
|
|||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
|
|
||||||
$('#command_preview').html(command+' '+parameters);
|
$('#command_preview').html(_.escape(command) + ' ' + _.escape(parameters));
|
||||||
}
|
}
|
||||||
|
|
||||||
function show_locked_dialog(id_plugin, plugin_name) {
|
function show_locked_dialog(id_plugin, plugin_name) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user