Can native SQL code be vulnerable? To what?
I was able to find an article that mentions that SQL injection can be done to SQL code in the following scenarios where stored procedures are involved:
EXEC statements
Dynamic Cursors
Assuming SQLi isn’t directly possible… Continue reading Can native SQL code be vulnerable? To what?