Tainted flow: 'API_CREDS_FILE' from os.environ.get (line 23, credential/environment) → open (file write)
Medium
- Category
- Data Flow
- Content
} os.makedirs(os.path.dirname(API_CREDS_FILE), exist_ok=True) with open(API_CREDS_FILE, 'w') as f: json.dump(creds_dict, f, indent=2) def get_default_wallet():- Confidence
- 93% confidence
- Finding
- with open(API_CREDS_FILE, 'w') as f:
