mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
update java/sql-injection to match go/javascript/python/ruby
This commit is contained in:
@@ -19,4 +19,5 @@ import DataFlow::PathGraph
|
||||
|
||||
from QueryInjectionSink query, DataFlow::PathNode source, DataFlow::PathNode sink
|
||||
where queryTaintedBy(query, source, sink)
|
||||
select query, source, sink, "Query might include code from $@.", source.getNode(), "this user input"
|
||||
select query, source, sink, "This SQL query depends on $@.", source.getNode(),
|
||||
"a user-provided value"
|
||||
|
||||
Reference in New Issue
Block a user