Merge pull request #1245 from ashutoshdhundhara/bug_security
Bug: Escape table name.
This commit is contained in:
commit
270eb32ee6
@ -719,7 +719,7 @@ function PMA_getHtmlForNotNullEngineViewTable($table_is_view, $current_table,
|
||||
. '" class="ajax real_row_count">' . $row_count . '</a>'
|
||||
: $row_count;
|
||||
$html_output .= '<td class="value tbl_rows" data-table="'
|
||||
. $current_table['TABLE_NAME'] . '">'
|
||||
. htmlspecialchars($current_table['TABLE_NAME']) . '">'
|
||||
. $cell_text
|
||||
. $show_superscript
|
||||
. '</td>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user