update java/sql-injection to match go/javascript/python/ruby

This commit is contained in:
erik-krogh
2022-08-11 15:42:18 +02:00
parent 3553f3d9b8
commit 55c8863e92

View File

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