[security] import pages xss prevention (#6553)

This commit is contained in:
agree
2023-02-14 17:34:53 -05:00
committed by GitHub
parent a229d1e46c
commit 4c29c3c4cf
7 changed files with 7 additions and 7 deletions

View File

@@ -167,7 +167,7 @@
//loop through user columns
$x = 0;
foreach ($line_fields as $line_field) {
$line_field = trim(trim($line_field), $enclosure);
$line_field = trim(escape(trim($line_field)), $enclosure);
echo "<tr>\n";
echo " <td width='30%' class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
//echo " ".$text['label-zzz']."\n";