Tainted flow: 'HEADERS' from os.environ.get (line 12, credential/environment) → requests.post (network output)
Critical
- Category
- Data Flow
- Content
"price": product["price"], "visibility": "public", } r = requests.post(f"{BASE_URL}/products", headers=HEADERS, json=payload) return r.json()- Confidence
- 90% confidence
- Finding
- Credentials or environment variables flow to a network sink. This is a high-confidence indicator of credential exfiltration.
