DEV Community

Discussion on: Where can I find regex to prevent code injection?

Collapse
 
mxglt profile image
Maxime Guilbert

The context is more to have a tool to know if the string contains malicious content

Sanitize will help to protect the app, but I want to be notified if there is a real attack. I want to avoid false positive notifications