File tree Expand file tree Collapse file tree 16 files changed +32
-32
lines changed
cpp/ql/lib/semmle/code/cpp
csharp/ql/lib/semmle/code/csharp/dataflow/internal
go/ql/lib/semmle/go/dataflow/internal
java/ql/lib/semmle/code/java/dataflow/internal
python/ql/lib/semmle/python/dataflow/new/internal
ruby/ql/lib/codeql/ruby/dataflow/internal
swift/ql/lib/codeql/swift/dataflow/internal Expand file tree Collapse file tree 16 files changed +32
-32
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ signature module GlobalFlowSig {
222
222
}
223
223
224
224
/**
225
- * Constructs a standard data flow computation.
225
+ * Constructs a global data flow computation.
226
226
*/
227
227
module Global< ConfigSig Config> implements GlobalFlowSig {
228
228
private module C implements FullStateConfigSig {
@@ -239,7 +239,7 @@ deprecated module Make<ConfigSig Config> implements GlobalFlowSig {
239
239
}
240
240
241
241
/**
242
- * Constructs a data flow computation using flow state.
242
+ * Constructs a global data flow computation using flow state.
243
243
*/
244
244
module GlobalWithState< StateConfigSig Config> implements GlobalFlowSig {
245
245
private module C implements FullStateConfigSig {
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ private module AddTaintDefaults<DataFlowInternal::FullStateConfigSig Config> imp
33
33
}
34
34
35
35
/**
36
- * Constructs a standard taint tracking computation.
36
+ * Constructs a global taint tracking computation.
37
37
*/
38
38
module Global< DataFlow:: ConfigSig Config> implements DataFlow:: GlobalFlowSig {
39
39
private module Config0 implements DataFlowInternal:: FullStateConfigSig {
@@ -54,7 +54,7 @@ deprecated module Make<DataFlow::ConfigSig Config> implements DataFlow::GlobalFl
54
54
}
55
55
56
56
/**
57
- * Constructs a taint tracking computation using flow state.
57
+ * Constructs a global taint tracking computation using flow state.
58
58
*/
59
59
module GlobalWithState< DataFlow:: StateConfigSig Config> implements DataFlow:: GlobalFlowSig {
60
60
private module Config0 implements DataFlowInternal:: FullStateConfigSig {
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ signature module GlobalFlowSig {
222
222
}
223
223
224
224
/**
225
- * Constructs a standard data flow computation.
225
+ * Constructs a global data flow computation.
226
226
*/
227
227
module Global< ConfigSig Config> implements GlobalFlowSig {
228
228
private module C implements FullStateConfigSig {
@@ -239,7 +239,7 @@ deprecated module Make<ConfigSig Config> implements GlobalFlowSig {
239
239
}
240
240
241
241
/**
242
- * Constructs a data flow computation using flow state.
242
+ * Constructs a global data flow computation using flow state.
243
243
*/
244
244
module GlobalWithState< StateConfigSig Config> implements GlobalFlowSig {
245
245
private module C implements FullStateConfigSig {
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ private module AddTaintDefaults<DataFlowInternal::FullStateConfigSig Config> imp
33
33
}
34
34
35
35
/**
36
- * Constructs a standard taint tracking computation.
36
+ * Constructs a global taint tracking computation.
37
37
*/
38
38
module Global< DataFlow:: ConfigSig Config> implements DataFlow:: GlobalFlowSig {
39
39
private module Config0 implements DataFlowInternal:: FullStateConfigSig {
@@ -54,7 +54,7 @@ deprecated module Make<DataFlow::ConfigSig Config> implements DataFlow::GlobalFl
54
54
}
55
55
56
56
/**
57
- * Constructs a taint tracking computation using flow state.
57
+ * Constructs a global taint tracking computation using flow state.
58
58
*/
59
59
module GlobalWithState< DataFlow:: StateConfigSig Config> implements DataFlow:: GlobalFlowSig {
60
60
private module Config0 implements DataFlowInternal:: FullStateConfigSig {
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ signature module GlobalFlowSig {
222
222
}
223
223
224
224
/**
225
- * Constructs a standard data flow computation.
225
+ * Constructs a global data flow computation.
226
226
*/
227
227
module Global< ConfigSig Config> implements GlobalFlowSig {
228
228
private module C implements FullStateConfigSig {
@@ -239,7 +239,7 @@ deprecated module Make<ConfigSig Config> implements GlobalFlowSig {
239
239
}
240
240
241
241
/**
242
- * Constructs a data flow computation using flow state.
242
+ * Constructs a global data flow computation using flow state.
243
243
*/
244
244
module GlobalWithState< StateConfigSig Config> implements GlobalFlowSig {
245
245
private module C implements FullStateConfigSig {
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ private module AddTaintDefaults<DataFlowInternal::FullStateConfigSig Config> imp
33
33
}
34
34
35
35
/**
36
- * Constructs a standard taint tracking computation.
36
+ * Constructs a global taint tracking computation.
37
37
*/
38
38
module Global< DataFlow:: ConfigSig Config> implements DataFlow:: GlobalFlowSig {
39
39
private module Config0 implements DataFlowInternal:: FullStateConfigSig {
@@ -54,7 +54,7 @@ deprecated module Make<DataFlow::ConfigSig Config> implements DataFlow::GlobalFl
54
54
}
55
55
56
56
/**
57
- * Constructs a taint tracking computation using flow state.
57
+ * Constructs a global taint tracking computation using flow state.
58
58
*/
59
59
module GlobalWithState< DataFlow:: StateConfigSig Config> implements DataFlow:: GlobalFlowSig {
60
60
private module Config0 implements DataFlowInternal:: FullStateConfigSig {
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ signature module GlobalFlowSig {
222
222
}
223
223
224
224
/**
225
- * Constructs a standard data flow computation.
225
+ * Constructs a global data flow computation.
226
226
*/
227
227
module Global< ConfigSig Config> implements GlobalFlowSig {
228
228
private module C implements FullStateConfigSig {
@@ -239,7 +239,7 @@ deprecated module Make<ConfigSig Config> implements GlobalFlowSig {
239
239
}
240
240
241
241
/**
242
- * Constructs a data flow computation using flow state.
242
+ * Constructs a global data flow computation using flow state.
243
243
*/
244
244
module GlobalWithState< StateConfigSig Config> implements GlobalFlowSig {
245
245
private module C implements FullStateConfigSig {
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ private module AddTaintDefaults<DataFlowInternal::FullStateConfigSig Config> imp
33
33
}
34
34
35
35
/**
36
- * Constructs a standard taint tracking computation.
36
+ * Constructs a global taint tracking computation.
37
37
*/
38
38
module Global< DataFlow:: ConfigSig Config> implements DataFlow:: GlobalFlowSig {
39
39
private module Config0 implements DataFlowInternal:: FullStateConfigSig {
@@ -54,7 +54,7 @@ deprecated module Make<DataFlow::ConfigSig Config> implements DataFlow::GlobalFl
54
54
}
55
55
56
56
/**
57
- * Constructs a taint tracking computation using flow state.
57
+ * Constructs a global taint tracking computation using flow state.
58
58
*/
59
59
module GlobalWithState< DataFlow:: StateConfigSig Config> implements DataFlow:: GlobalFlowSig {
60
60
private module Config0 implements DataFlowInternal:: FullStateConfigSig {
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ signature module GlobalFlowSig {
222
222
}
223
223
224
224
/**
225
- * Constructs a standard data flow computation.
225
+ * Constructs a global data flow computation.
226
226
*/
227
227
module Global< ConfigSig Config> implements GlobalFlowSig {
228
228
private module C implements FullStateConfigSig {
@@ -239,7 +239,7 @@ deprecated module Make<ConfigSig Config> implements GlobalFlowSig {
239
239
}
240
240
241
241
/**
242
- * Constructs a data flow computation using flow state.
242
+ * Constructs a global data flow computation using flow state.
243
243
*/
244
244
module GlobalWithState< StateConfigSig Config> implements GlobalFlowSig {
245
245
private module C implements FullStateConfigSig {
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ private module AddTaintDefaults<DataFlowInternal::FullStateConfigSig Config> imp
33
33
}
34
34
35
35
/**
36
- * Constructs a standard taint tracking computation.
36
+ * Constructs a global taint tracking computation.
37
37
*/
38
38
module Global< DataFlow:: ConfigSig Config> implements DataFlow:: GlobalFlowSig {
39
39
private module Config0 implements DataFlowInternal:: FullStateConfigSig {
@@ -54,7 +54,7 @@ deprecated module Make<DataFlow::ConfigSig Config> implements DataFlow::GlobalFl
54
54
}
55
55
56
56
/**
57
- * Constructs a taint tracking computation using flow state.
57
+ * Constructs a global taint tracking computation using flow state.
58
58
*/
59
59
module GlobalWithState< DataFlow:: StateConfigSig Config> implements DataFlow:: GlobalFlowSig {
60
60
private module Config0 implements DataFlowInternal:: FullStateConfigSig {
You can’t perform that action at this time.
0 commit comments