Tainted flow: 'req' from os.environ.get (line 69, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
answer_parts = [] try: with urllib.request.urlopen(req, context=ctx, timeout=60) as resp: # 逐行读取 SSE 流 for line in resp: try:- Confidence
- 86% confidence
- Finding
- with urllib.request.urlopen(req, context=ctx, timeout=60) as resp:
