File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
cpp/ql/lib/semmle/code/cpp/dataflow Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 9999 * sources "remote" indicates a default remote flow source, and for summaries
100100 * "taint" indicates a default additional taint step and "value" indicates a
101101 * globally applicable value-preserving step.
102+ * 10. The `provenance` column is a tag to indicate the origin and verification of a model.
103+ * The format is {origin}-{verification} or just "manual" where the origin describes
104+ * the origin of the model and verification describes how the model has been verified.
105+ * Some examples are:
106+ * - "df-generated": The model has been generated by the model generator tool.
107+ * - "df-manual": The model has been generated by the model generator and verified by a human.
108+ * - "manual": The model has been written by hand.
109+ * This information is used in a heuristic for dataflow analysis to determine, if a
110+ * model or source code should be used for determining flow.
102111 */
103112
104113import cpp
You can’t perform that action at this time.
0 commit comments