-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
(BAN-B602) Detected subprocess popen
call with shell equals True
#22
Comments
Someone Can try it on their local and check if it works properly. |
Hey @moonlightnexus , can i try this out? |
@Just2Deep Sure please last time when I checked it on VM linux specifically Debian on ARM It was giving errors. |
@moonlightnexus , is there a dummy API_KEYS i can use for installing APP?
|
@Just2Deep Why not signup into application with github and use demo account. |
@moonlightnexus the basic issue was that we were passing commands as a single string, instead of list of commands(strings). I tested in ubuntu and windows it works as expected in both. shall a raise a PR? |
@Just2Deep Sure |
Description
Using
shell=True
can expose you to security risks if someone crafts input to issue different commands than the ones you intended.Occurrences
There is 1 occurrence of this issue in the repository.
See all occurrences on DeepSource → app.deepsource.com/gh/One-Click-Auth/TrustAuthx-Py-SDK/issue/BAN-B602/occurrences/
The text was updated successfully, but these errors were encountered: