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
hi,I think there is a bug in your JOOQTodoRepository class, the findBySearchTerm method .
String likeExpression = "%" + searchTerm + "%";this will make sql inject,you can print your sql or test it by input a sql text~
The text was updated successfully, but these errors were encountered:
hi,I think there is a bug in your JOOQTodoRepository class, the findBySearchTerm method .
String likeExpression = "%" + searchTerm + "%";this will make sql inject,you can print your sql or test it by input a sql text~
The text was updated successfully, but these errors were encountered: