Tainted flow: 'PROACTIVE_LOG' from os.environ.get (line 26, credential/environment) → open (file write)
Medium
- Category
- Data Flow
- Content
entry += "\n" PROACTIVE_LOG.parent.mkdir(parents=True, exist_ok=True) with open(PROACTIVE_LOG, "a", encoding="utf-8") as f: f.write(entry)- Confidence
- 86% confidence
- Finding
- with open(PROACTIVE_LOG, "a", encoding="utf-8") as f:
