Tainted flow: 'req' from os.environ.get (line 170, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
method="POST" ) try: with urllib.request.urlopen(req, timeout=60) as resp: result = json.loads(resp.read().decode("utf-8")) content = result["choices"][0]["message"]["content"] # 尝试解析 JSON- Confidence
- 96% confidence
- Finding
- with urllib.request.urlopen(req, timeout=60) as resp:
