Symfony / Doctrine: value of model_object-> save () filter parameter? (Deny SQL injection)

I understand that Doctrine helps in SQL injection attacks. Does the command model_object->save()execute unwanted characters, or do I need to write a custom input filter? Thank you

+3
source share
1 answer

the exact answer to your question can be found in the Doctrine implicit-validation manual .

More information can be found here: Validator and Data Validation .

Sincerely.

+1
source

Source: https://habr.com/ru/post/1792480/


All Articles