Tainted flow: 'req' from os.environ.get (line 144, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
req = urllib.request.Request(url, data=body, headers=headers, method=method) try: with urllib.request.urlopen(req, timeout=30) as response: text = response.read().decode() if not text: return {}- Confidence
- 91% confidence
- Finding
- with urllib.request.urlopen(req, timeout=30) as response:
