Bug #21456 ยป 12467.diff
typo3/view_help.php (Arbeitskopie) | ||
---|---|---|
// Setting GPvars:
|
||
$this->tfID = t3lib_div::_GP('tfID');
|
||
// Sanitizes the tfID using whitelisting.
|
||
if (!preg_match('/^[a-zA-Z0-9_\-\.]*$/', $this->tfID)) {
|
||
if (!preg_match('/^[a-zA-Z0-9_\-\.\*]*$/', $this->tfID)) {
|
||
$this->tfID = '';
|
||
}
|
||
if (!$this->tfID) {
|