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