Tainted flow: 'url' from os.environ.get (line 90, credential/environment) → requests.put (network output)
Critical
- Category
- Data Flow
- Content
log.write(f"Attempting send to {room_id} at {txn_id}\n") log.write(f"URL: {url}\n") resp = requests.put(url, headers=headers, json=payload, timeout=10) with open("/tmp/stt_matrix.log", "a") as log: log.write(f"Response: {resp.status_code}\n")- Confidence
- 97% confidence
- Finding
- resp = requests.put(url, headers=headers, json=payload, timeout=10)
