Tainted flow: 'content' from requests.get (line 397, network input) → requests.post (network output)
Medium
- Category
- Data Flow
- Content
content = json_mod.dumps({"text": message}) # 3. 直接用 open_id 发送消息 msg_resp = requests.post(f'https://open.feishu.cn/open-apis/im/v1/messages?receive_id_type=open_id', headers={ 'Authorization': f'Bearer {token}', 'Content-Type': 'application/json' }, json={- Confidence
- 89% confidence
- Finding
- msg_resp = requests.post(f'https://open.feishu.cn/open-apis/im/v1/messages?receive_id_type=open_id', headers={ 'Authorization': f'Bearer {token}', 'Content-Type': 'appl
