mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
fixed xss vulnerability
This commit is contained in:
parent
cb5905b000
commit
98f0bc9fac
@ -481,7 +481,6 @@ function alert_templates_changed_by_multiple_agents_with_alerts(
|
|||||||
}
|
}
|
||||||
jQuery.each(data, function(i, val) {
|
jQuery.each(data, function(i, val) {
|
||||||
var decoded_val = js_html_entity_decode(val);
|
var decoded_val = js_html_entity_decode(val);
|
||||||
console.log("161616");
|
|
||||||
|
|
||||||
decoded_val = decoded_val
|
decoded_val = decoded_val
|
||||||
.replace(/"/g, """)
|
.replace(/"/g, """)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user