mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Add missed patch to address XSS (in Usermin)
This commit is contained in:
@@ -2533,7 +2533,7 @@ foreach my $f (@$folders) {
|
||||
}
|
||||
}
|
||||
push(@opts, [ $byid ? &folder_name($f) : $f->{'index'},
|
||||
$f->{'name'}.$umsg ]);
|
||||
&html_escape($f->{'name'}).$umsg ]);
|
||||
}
|
||||
return &ui_select($name, $byid ? &folder_name($folder) : $folder->{'index'},
|
||||
\@opts, 1, 0, 0, 0, $auto ? "onChange='form.submit()'" : "");
|
||||
|
||||
Reference in New Issue
Block a user