mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
Use ArrayElement of to handle arargs case in SpringJdbc.qll
This commit is contained in:
@@ -15,6 +15,7 @@ private class SqlSinkCsv extends SinkModelCsv {
|
||||
row =
|
||||
[
|
||||
//"package;type;overrides;name;signature;ext;spec;kind"
|
||||
"org.springframework.jdbc.core;JdbcTemplate;false;batchUpdate;(String[]);;ArrayElement of Argument[0];sql",
|
||||
"org.springframework.jdbc.core;JdbcTemplate;false;batchUpdate;;;Argument[0];sql",
|
||||
"org.springframework.jdbc.core;JdbcTemplate;false;execute;;;Argument[0];sql",
|
||||
"org.springframework.jdbc.core;JdbcTemplate;false;update;;;Argument[0];sql",
|
||||
|
||||
Reference in New Issue
Block a user