Concept Flow - Sanitization methods
Receive user input
Apply sanitization method
Clean input: remove/escape harmful parts
Use sanitized input safely
Send response or store data
User input is received, cleaned using sanitization methods to remove harmful content, then safely used in the app.
