Clint Willard
Results
2
issues of
Clint Willard
Any chance of including scans for scripted queries?: q = new Query(datasource=mydatasource); q.setSQL( "select col1, col2, #col3# from #schema#.tblname where fee = :qpFa and foo = :qpLa and fum =...
It appears that the scanner reports false positives triggered by schema and/or table names when parameterized (scoped or not): SELECT blah FROM #schema#.#tablename# WHERE col1 = AND col2 = Is...