Tainted flow: 'API_URL' from os.getenv (line 25, credential/environment) → requests.get (network output)
Critical
- Category
- Data Flow
- Content
return False # Get permit nonce and game address from unified API response = requests.get( f"{API_URL}/approve/{game_name}/permit-nonce", headers=get_api_key_header() ) if response.status_code != 200:- Confidence
- 91% confidence
- Finding
- response = requests.get( f"{API_URL}/approve/{game_name}/permit-nonce", headers=get_api_key_header() )
