subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
if not converter: return None try: subprocess.run( [converter, "--headless", "--convert-to", "pdf", "--outdir", str(local_path.parent), str(local_path)], check=True, stdout=subprocess.DEVNULL,- Confidence
- 89% confidence
- Finding
- subprocess.run( [converter, "--headless", "--convert-to", "pdf", "--outdir", str(local_path.parent), str(local_path)], check=True, stdout=subprocess.DEVNULL
