Tainted flow: 'api_request' from os.getenv (line 73, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
url, data=body, headers=request_headers, method=method ) try: with urllib.request.urlopen(api_request, timeout=30) as response: return json.load(response) except urllib.error.HTTPError as error: try:- Confidence
- 95% confidence
- Finding
- with urllib.request.urlopen(api_request, timeout=30) as response:
