Tainted flow: 'req' from os.environ.get (line 18, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
headers={"Content-Type": "application/json", "X-Proxy-Token": PROXY_TOKEN}, ) try: with urllib.request.urlopen(req, timeout=TIMEOUT) as resp: return json.loads(resp.read().decode("utf-8")) except urllib.error.HTTPError as e: err = ""- Confidence
- 96% confidence
- Finding
- with urllib.request.urlopen(req, timeout=TIMEOUT) as resp:
