File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
go/ql/lib/semmle/go/dataflow Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 9191 * sources "remote" indicates a default remote flow source, and for summaries
9292 * "taint" indicates a default additional taint step and "value" indicates a
9393 * globally applicable value-preserving step.
94+ * 10. The `provenance` column is a tag to indicate the origin and verification of a model.
95+ * The format is {origin}-{verification} or just "manual" where the origin describes
96+ * the origin of the model and verification describes how the model has been verified.
97+ * Some examples are:
98+ * - "df-generated": The model has been generated by the model generator tool.
99+ * - "df-manual": The model has been generated by the model generator and verified by a human.
100+ * - "manual": The model has been written by hand.
101+ * This information is used in a heuristic for dataflow analysis to determine, if a
102+ * model or source code should be used for determining flow.
94103 */
95104overlay [ local?]
96105module ;
You can’t perform that action at this time.
0 commit comments