subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
f.write(resp.content) # 转换为 PNG subprocess.run( ["convert", str(webp_path), str(png_path)], capture_output=True, check=True- Confidence
- 93% confidence
- Finding
- subprocess.run( ["convert", str(webp_path), str(png_path)], capture_output=True, check=True )
