Tainted flow: 'url' from os.getenv (line 42, credential/environment) → requests.post (network output)
Critical
- Category
- Data Flow
- Content
"caption": caption, "privacy_level": privacy_level, } resp = requests.post(url, headers=headers, json=payload) try: resp.raise_for_status() except Exception as e:- Confidence
- 93% confidence
- Finding
- resp = requests.post(url, headers=headers, json=payload)
