File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
cpp/ql/src/semmle/code/cpp/models/interfaces Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/**
22 * Provides an abstract class for accurate modeling of input and output buffers
33 * in library functions when source code is not available. To use this QL
4- * library, create a QL class extending `BufferFunction ` with a characteristic
4+ * library, create a QL class extending `ArrayFunction ` with a characteristic
55 * predicate that selects the function or set of functions you are trying to
6- * model. Within that class, override the predicates provided by `BufferFunction `
6+ * model. Within that class, override the predicates provided by `ArrayFunction `
77 * to match the flow within that function. Finally, add a private import
8- * statement to `CustomModels .qll`
8+ * statement to `Models .qll`
99 */
1010
1111import semmle.code.cpp.Function
You can’t perform that action at this time.
0 commit comments