Skip to content

Commit 66f725d

Browse files
bdrodesMathiasVP
andauthored
Update cpp/ql/lib/semmle/code/cpp/commons/StringConcatenation.qll
Co-authored-by: Mathias Vorreiter Pedersen <[email protected]>
1 parent 94a0420 commit 66f725d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/commons/StringConcatenation.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import cpp
66
import semmle.code.cpp.models.implementations.Strcat
77
import semmle.code.cpp.models.interfaces.FormattingFunction
8-
import semmle.code.cpp.dataflow.new.DataFlow
8+
private import semmle.code.cpp.dataflow.new.DataFlow
99

1010
class StringConcatenation extends Call {
1111
StringConcatenation() {

0 commit comments

Comments
 (0)