Tainted flow: 'req' from os.environ.get (line 291, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
try: req = urllib.request.Request(url, data=payload, headers=headers, method="POST") with urllib.request.urlopen(req, timeout=60) as resp: result = json.loads(resp.read().decode("utf-8")) # 解析响应- Confidence
- 94% confidence
- Finding
- with urllib.request.urlopen(req, timeout=60) as resp:
