subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
try: # Mermaid CLI 실행 result = subprocess.run([ 'npx', '-y', '@mermaid-js/mermaid-cli', '-i', mmd_file, '-o', str(output_file),- Confidence
- 89% confidence
- Finding
- result = subprocess.run([ 'npx', '-y', '@mermaid-js/mermaid-cli', '-i', mmd_file, '-o', str(output_file),
