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