mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
cloudstack 3.0 UI - XSS - global setting page - fix a bug that notification got hacked after saving a value that has script tag (XSS attack).
This commit is contained in:
parent
31274387fc
commit
b8dae7c57c
@ -412,7 +412,7 @@
|
||||
_l('Set value of') +
|
||||
' ' + $instanceRow.find('td.name span').html() +
|
||||
' ' + _l('to') +
|
||||
' ' + newName :
|
||||
' ' + _s(newName) :
|
||||
_l('Unset value for') +
|
||||
' ' + $instanceRow.find('td.name span').html()
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user