Tainted flow: 'url' from os.environ.get (line 435, credential/environment) → httpx.get (network output)
Critical
- Category
- Data Flow
- Content
url = f"https://{_api_host}/geo/v2/city/lookup" try: response = httpx.get(url, headers=_auth_header, params={"location": city}) if response.status_code != 200: logger.error(f"查询城市位置失败 - 状态码: {response.status_code}")- Confidence
- 93% confidence
- Finding
- response = httpx.get(url, headers=_auth_header, params={"location": city})
