I have a statement similar to this, where 'name' can be inserted
select * from table where column in (/**name*/ 'name')
I am currently checking for ')'
.
ex. they can put in '*/; drop table--'
, but sql will throw error because no parentheses right?
If they cannot close the parentheses, is there still a security risk?