Tainted flow: 'req' from os.environ.get (line 233, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
logger.info("正在调用大模型识别验证码...") with urllib.request.urlopen(req, timeout=30) as response: result = json.loads(response.read().decode('utf-8')) content = None- Confidence
- 95% confidence
- Finding
- with urllib.request.urlopen(req, timeout=30) as response:
