Tainted flow: 'text' from requests.post (line 187, network input) → requests.post (network output)
Medium
- Category
- Data Flow
- Content
for _ in range(3): if len(text) <= 280: break resp = requests.post( "https://api.openai.com/v1/chat/completions", headers={"Authorization": f"Bearer {OPENAI_KEY}", "Content-Type": "application/json"}, json={- Confidence
- 82% confidence
- Finding
- resp = requests.post( "https://api.openai.com/v1/chat/completions", headers={"Authorization": f"Bearer {OPENAI_KEY}", "Content-Type": "application/json"}, j
