Add todo for signed phars
parent
7527d0af43
commit
6c4440d0e9
|
@ -29,5 +29,10 @@ class PharDownloader extends FileDownloader
|
||||||
// Can throw an UnexpectedValueException
|
// Can throw an UnexpectedValueException
|
||||||
$archive = new \Phar($file);
|
$archive = new \Phar($file);
|
||||||
$archive->extractTo($path);
|
$archive->extractTo($path);
|
||||||
|
/* TODO: handle openssl signed phars
|
||||||
|
* https://github.com/composer/composer/pull/33#issuecomment-2250768
|
||||||
|
* https://github.com/koto/phar-util
|
||||||
|
* http://blog.kotowicz.net/2010/08/hardening-php-how-to-securely-include.html
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue