Do not reveal input length
parent
60fddb2c09
commit
35cca1ed7f
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue