Tainted flow: 'req' from os.environ.get (line 54, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
last = None for attempt in range(3): try: with urllib.request.urlopen(req, timeout=timeout) as r: if raw or out_path: data = r.read() if out_path:- Confidence
- 89% confidence
- Finding
- with urllib.request.urlopen(req, timeout=timeout) as r:
