Tainted flow: 'req' from os.environ.get (line 35, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
) try: with urllib.request.urlopen(req, timeout=60) as response: result = json.loads(response.read().decode('utf-8')) if result.get('base_resp', {}).get('status_code') == 0: return result- Confidence
- 96% confidence
- Finding
- with urllib.request.urlopen(req, timeout=60) as response:
