You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As long as JPA parameterized / named queries are used, SQL injection is not possible. Not sure if there is a need to explicitly sanitize input as we are already using JPA
Sanitization should be done to prevent SQL injection attacks.
This can be done via creating a constraint validator.
The text was updated successfully, but these errors were encountered: