welaika / wordmove

Multi-stage command line deploy/mirroring and task runner for Wordpress
https://wptools.it/wordmove
MIT License
1.87k stars 167 forks source link

The use of Kernel#open method should be avoided for security reasons #554

Closed alessandro-fazzi closed 4 years ago

alessandro-fazzi commented 4 years ago

The method is used twice inside Wordmove::Deployer::Base#download

Ref: https://docs.rubocop.org/en/stable/cops_security/#securityopen

akiko-pusu commented 4 years ago

Hi, I've made a small pull request related to this issue. Hope it would be help.