Use ArrayElement of to handle arargs case in SpringJdbc.qll

This commit is contained in:
Joe Farebrother
2021-04-26 17:25:19 +01:00
parent 29f82fc81f
commit 1a06c132be

View File

@@ -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",