Avoid SQL injection in incoming query coming in in-parameter
`hi,
i have a procedure which will receive query in in parameter , I’m running the incoming query inside procedure, Checkmarx tool detecting SQL injection in my_cursor. how to solve this, i tried to introduce dbms_assert.noop function but no use