Tainted flow: 'out_path' from os.environ.get (line 8, credential/environment) → open (file write)
Medium
- Category
- Data Flow
- Content
actions_html += '</div>' html = html.replace('{{ACTION_ITEMS}}', actions_html) with open(out_path, 'w') as f: f.write(html) print(f"Written to {out_path}")- Confidence
- 87% confidence
- Finding
- with open(out_path, 'w') as f:
