Do not reveal input length
parent
60fddb2c09
commit
35cca1ed7f
|
@ -129,11 +129,7 @@ class ConsoleIO implements IOInterface
|
||||||
$value = rtrim(shell_exec($command));
|
$value = rtrim(shell_exec($command));
|
||||||
unlink($vbscript);
|
unlink($vbscript);
|
||||||
|
|
||||||
for ($i = 0; $i < strlen($value); ++$i) {
|
$this->write('***');
|
||||||
$this->write('*', false);
|
|
||||||
}
|
|
||||||
|
|
||||||
$this->write('');
|
|
||||||
|
|
||||||
return $value;
|
return $value;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue