bug #4504 [security] Self-XSS in query charts
Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
parent
cd9f302bf7
commit
90ddeecf60
@ -5,6 +5,7 @@ phpMyAdmin - ChangeLog
|
||||
- bug #4501 [security] XSS in table browse page
|
||||
- bug #4502 [security] Self-XSS in enum value editor
|
||||
- bug #4503 [security] Self-XSSes in monitor
|
||||
- bug #4504 [security] Self-XSS in query charts
|
||||
- bug #4505 [security] XSS in view operations page
|
||||
|
||||
4.2.7.0 (2014-07-31)
|
||||
|
||||
@ -47,7 +47,7 @@ function PMA_queryChart(data, columnNames, settings) {
|
||||
},
|
||||
axes : {
|
||||
xaxis : {
|
||||
label : settings.xaxisLabel
|
||||
label : escapeHtml(settings.xaxisLabel)
|
||||
},
|
||||
yaxis : {
|
||||
label : settings.yaxisLabel
|
||||
|
||||
Loading…
Reference in New Issue
Block a user