Tainted flow: 'CONFIG_FILE' from os.environ.get (line 20, credential/environment) → open (file write)
Medium
- Category
- Data Flow
- Content
"saved_at_human": time.ctime() } with open(CONFIG_FILE, 'w') as f: json.dump(config, f, indent=2) self.consumer_key = consumer_key- Confidence
- 94% confidence
- Finding
- with open(CONFIG_FILE, 'w') as f:
