Tainted flow: 'USER_OPEN_ID' from os.environ.get (line 21, credential/environment) → requests.post (network output)
Critical
- Category
- Data Flow
- Content
"""推送飞书""" import requests url = "https://open.feishu.cn/open-apis/im/v1/messages?receive_id_type=open_id" r = requests.post(url, headers={"Authorization": f"Bearer {token}", "Content-Type": "application/json"}, json={"receive_id": USER_OPEN_ID, "msg_type": "text", "content": json.dumps({"text": msg})}, timeout=10)- Confidence
- 93% confidence
- Finding
- r = requests.post(url, headers={"Authorization": f"Bearer {token}", "Content-Type": "application/json"}, json={"receive_id": USER_OPEN_ID, "msg_type": "text", "content": json.dumps
