subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
env['NODE_PATH'] = node_path try: proc = subprocess.run( [node_bin, scraper], capture_output=True, text=True, timeout=30, env=env- Confidence
- 86% confidence
- Finding
- proc = subprocess.run( [node_bin, scraper], capture_output=True, text=True, timeout=30, env=env )
