Updating test ql file and applying formatting.

This commit is contained in:
Benjamin Rodes
2023-12-19 09:39:46 -05:00
parent 48866e5358
commit 6fb01925d0

View File

@@ -1,8 +1,10 @@
import cpp
import semmle.code.cpp.commons.StringConcatenation
import semmle.code.cpp.dataflow.new.DataFlow
from StringConcatenation s, Expr op, DataFlow::Node res
where s.getLocation().getFile().getBaseName() = "concat.cpp"
and op = s.getAnOperand()
and res = s.getResultNode()
where
s.getLocation().getFile().getBaseName() = "concat.cpp" and
op = s.getAnOperand() and
res = s.getResultNode()
select s, op, res