Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c44c84 commit 231b85cCopy full SHA for 231b85c
2 files changed
cpp/ql/src/semmle/code/cpp/models/implementations/Printf.qll
@@ -1,3 +1,10 @@
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
+
8
import semmle.code.cpp.models.interfaces.FormattingFunction
9
import semmle.code.cpp.models.interfaces.Alias
10
cpp/ql/src/semmle/code/cpp/models/implementations/Strcat.qll
@@ -1,3 +1,8 @@
+ * Provides implementation classes modelling `strcat` and various similar functions.
+ * See `semmle.code.cpp.models.Models` for usage information.
import semmle.code.cpp.models.interfaces.ArrayFunction
import semmle.code.cpp.models.interfaces.DataFlow
import semmle.code.cpp.models.interfaces.Taint
0 commit comments