os.system() or os exec-family call
High
- Category
- Dangerous Code Execution
- Content
from ufile import filemanager, config except ImportError: print("Installing ufile SDK...") os.system("pip3 install -q ufile") from ufile import filemanager, config # Read from environment variables- Confidence
- 93% confidence
- Finding
- os.system("pip3 install -q ufile")
