Tainted flow: 'filepath' from os.environ.get (line 20, credential/environment) → open (file write)
Medium
- Category
- Data Flow
- Content
*自动生成* """ with open(filepath, "w", encoding="utf-8") as f: f.write(content) return {"status": "ok", "file": str(filepath)}- Confidence
- 89% confidence
- Finding
- with open(filepath, "w", encoding="utf-8") as f:
