subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
pass # Fallback: use Safari/webkit try: r = subprocess.run( ['screencapture', '-x', '-t', 'png', str(tmp_png)], capture_output=True, timeout=5 )- Confidence
- 93% confidence
- Finding
- r = subprocess.run( ['screencapture', '-x', '-t', 'png', str(tmp_png)], capture_output=True, timeout=5 )
