Input sanitisation

Hello,

I read on a blog that on the front end, we must ensure that input on forms/free text field should be sanitized to avoid attackers who inject SQL or malicious code which can lead to database leaks or corruption.

I’m not familiar with these concepts so I ask the community : have you implemented something to mitigate this risk? If yes, how?

Many thanks

Hi @MrUnfreeze :waving_hand:

I’d recommend using the `sanitize` property on input elements:

Hi @Joyce

Thanks for the answer. So to put it in simple terms : If I put this parameter to “on”, it’s automatically “safe” from these attacks?

Thanks

yes :slight_smile:

How cool :clap:t3: