1
0
Fork 0

Do not reveal input length

pull/308/head
Jordi Boggiano 2012-02-17 12:18:48 +01:00
parent 60fddb2c09
commit 35cca1ed7f
1 changed files with 1 additions and 5 deletions

View File

@ -129,11 +129,7 @@ class ConsoleIO implements IOInterface
$value = rtrim(shell_exec($command));
unlink($vbscript);
for ($i = 0; $i < strlen($value); ++$i) {
$this->write('*', false);
}
$this->write('');
$this->write('***');
return $value;
}