Tainted flow: 'data' from os.environ.get (line 56, credential/environment) → requests.post (network output)
Critical
- Category
- Data Flow
- Content
"app_secret": app_secret } response = requests.post(url, headers=headers, json=data) result = response.json() if result.get("code") != 0:- Confidence
- 98% confidence
- Finding
- response = requests.post(url, headers=headers, json=data)
