We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
it is possible to run os commands when opening urls, eg:
open('https://$(calc.exe)')
opens the default browser, but als runs calc.exe
calc.exe
the url argument should be sufficiently escaped when invoking powershell so that this vulnerability cannot be exploited.
The text was updated successfully, but these errors were encountered:
From the readme:
This package does not make any security guarantees. If you pass in untrusted input, it's up to you to properly sanitize it.
It's almost impossible to make it entirely secure. That being said, I'm happy to merge pull requests to improve the escaping logic.
Sorry, something went wrong.
No branches or pull requests
it is possible to run os commands when opening urls, eg:
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.
The text was updated successfully, but these errors were encountered: