Tainted flow: 'req' from os.environ.get (line 43, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
method="POST", ) try: with urlopen(req, timeout=60) as response: return json.loads(response.read().decode("utf-8")) except HTTPError as e: body = e.read().decode("utf-8") if e.fp else ""- Confidence
- 95% confidence
- Finding
- with urlopen(req, timeout=60) as response:
