File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
cpp/ql/src/semmle/code/cpp/models/implementations Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change
1
+ /**
2
+ * Provides implementation classes modelling various standard formatting
3
+ * functions (`printf`, `snprintf` etc).
4
+ * See `semmle.code.cpp.models.interfaces.FormattingFunction` for usage
5
+ * information.
6
+ */
7
+
1
8
import semmle.code.cpp.models.interfaces.FormattingFunction
2
9
import semmle.code.cpp.models.interfaces.Alias
3
10
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Provides implementation classes modelling `strcat` and various similar functions.
3
+ * See `semmle.code.cpp.models.Models` for usage information.
4
+ */
5
+
1
6
import semmle.code.cpp.models.interfaces.ArrayFunction
2
7
import semmle.code.cpp.models.interfaces.DataFlow
3
8
import semmle.code.cpp.models.interfaces.Taint
You can’t perform that action at this time.
0 commit comments