1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 17:12:51 +00:00

Do not reveal input length

This commit is contained in:
Jordi Boggiano 2012-02-17 12:18:48 +01:00
parent 60fddb2c09
commit 35cca1ed7f

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;
}