Tainted flow: 'req' from os.environ.get (line 134, credential/environment) → urllib.request.urlopen (network output)
Critical
- Category
- Data Flow
- Content
headers={"Accept": "application/json", "User-Agent": "openclaw-skill/1.0"}, ) with urllib.request.urlopen(req, timeout=REQUEST_TIMEOUT) as resp: # HTTPError 会在 urlopen 时抛出,此处只处理读取失败 raw = resp.read().decode("utf-8")- Confidence
- 93% confidence
- Finding
- with urllib.request.urlopen(req, timeout=REQUEST_TIMEOUT) as resp:
