Tainted flow: 'req' from os.environ.get (line 27, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
method="POST", ) try: with urllib.request.urlopen(req, timeout=30) as resp: data = json.loads(resp.read().decode("utf-8")) return data except urllib.error.HTTPError as e:- Confidence
- 90% confidence
- Finding
- with urllib.request.urlopen(req, timeout=30) as resp:
