subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
env = os.environ.copy() if "NODE_PATH" not in env: try: npm_global = subprocess.run( "npm root -g", capture_output=True, text=True, timeout=10, shell=True,- Confidence
- 84% confidence
- Finding
- npm_global = subprocess.run( "npm root -g", capture_output=True, text=True, timeout=10, shell=True,
