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