Back to Python Challenges
Back
Fix SQL Injection Vulnerability in Raw Query
Hard
Problem
User input is directly concatenated into SQL query, allowing SQL injection attacks.
Code Editor
Solution
Fullscreen
Reset