joeduffy / blocker

A simple AWS EBS volume plugin for Docker
Apache License 2.0
82 stars 13 forks source link

Wrap get.sh with () #3

Closed ewindisch closed 8 years ago

ewindisch commented 8 years ago

For secure execution to protect against truncated files being executed in a curl|bash, wrap code in get.sh with a () block.

Now, execution should not proceed until the trailing ) is received and the () block is parsed as valid syntax.

joeduffy commented 8 years ago

Thanks - sorry for the delay, I guess notifications were off for this repo.