sindresorhus/opn

Do you want to work on this issue?
You can request for a bounty in order to promote it!
OS command injection on windows when opening urls #323
tripodsan posted onGitHub
it is possible to run os commands when opening urls, eg:
open('https://$(calc.exe)')
opens the default browser, but als runs calc.exe
expected
the url argument should be sufficiently escaped when invoking powershell so that this vulnerability cannot be exploited.