mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Fix SqlConcatenated
This commit is contained in:
@@ -48,6 +48,6 @@ where
|
||||
UncontrolledStringBuilderSourceFlow::flow(DataFlow::exprNode(sbv.getToStringCall()), query)
|
||||
)
|
||||
) and
|
||||
not queryTaintedBy(query, _, _)
|
||||
not queryIsTaintedBy(query, _, _)
|
||||
select query, "Query built by concatenation with $@, which may be untrusted.", uncontrolled,
|
||||
"this expression"
|
||||
|
||||
Reference in New Issue
Block a user