We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e680d49 commit 886a16bCopy full SHA for 886a16b
1 file changed
cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll
@@ -5,11 +5,11 @@
5
*
6
* The extensible relations have the following columns:
7
* - Sources:
8
- * `namespace; type; subtypes; name; signature; ext; output; kind`
+ * `namespace; type; subtypes; name; signature; ext; output; kind; provenance`
9
* - Sinks:
10
- * `namespace; type; subtypes; name; signature; ext; input; kind`
+ * `namespace; type; subtypes; name; signature; ext; input; kind; provenance`
11
* - Summaries:
12
- * `namespace; type; subtypes; name; signature; ext; input; output; kind`
+ * `namespace; type; subtypes; name; signature; ext; input; output; kind; provenance`
13
* - Barriers:
14
* `namespace; type; subtypes; name; signature; ext; output; kind; provenance`
15
* - BarrierGuards:
0 commit comments