subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
"""提交并推送到 GitHub""" try: # 添加所有更改 subprocess.run(["git", "add", "."], cwd=SKILL_DIR, check=True) # 检查是否有更改 result = subprocess.run(- Confidence
- 92% confidence
- Finding
- subprocess.run(["git", "add", "."], cwd=SKILL_DIR, check=True)
