Tainted flow: 'req' from os.environ.get (line 205, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
) try: with urllib.request.urlopen(req, timeout=120) as resp: if stream: return stream_response(resp) else:- Confidence
- 96% confidence
- Finding
- with urllib.request.urlopen(req, timeout=120) as resp:
