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

Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
This commit is contained in:
Ben Rodes
2023-12-19 08:47:48 -05:00
committed by GitHub
parent 94a0420040
commit 66f725dd05

View File

@@ -5,7 +5,7 @@
import cpp
import semmle.code.cpp.models.implementations.Strcat
import semmle.code.cpp.models.interfaces.FormattingFunction
import semmle.code.cpp.dataflow.new.DataFlow
private import semmle.code.cpp.dataflow.new.DataFlow
class StringConcatenation extends Call {
StringConcatenation() {