We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd53a8 commit 3d033fdCopy full SHA for 3d033fd
java/ql/src/Security/CWE/CWE-089/SqlConcatenated.ql
@@ -48,6 +48,6 @@ where
48
UncontrolledStringBuilderSourceFlow::flow(DataFlow::exprNode(sbv.getToStringCall()), query)
49
)
50
) and
51
- not queryTaintedBy(query, _, _)
+ not queryIsTaintedBy(query, _, _)
52
select query, "Query built by concatenation with $@, which may be untrusted.", uncontrolled,
53
"this expression"
0 commit comments