Tainted flow: 'body' from open (line 127, file read) → requests.post (network output)
High
- Category
- Data Flow
- Content
} # Step 1: get 402 challenge r1 = requests.post(args.endpoint, json=body, headers={"Accept": "application/json"}, timeout=30) if r1.status_code == 200: print(json.dumps(r1.json(), indent=2)) return 0- Confidence
- 96% confidence
- Finding
- r1 = requests.post(args.endpoint, json=body, headers={"Accept": "application/json"}, timeout=30)
