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 {
222222}
223223
224224/**
225- * Constructs a standard data flow computation.
225+ * Constructs a global data flow computation.
226226 */
227227module Global< ConfigSig Config> implements GlobalFlowSig {
228228 private module C implements FullStateConfigSig {
@@ -239,7 +239,7 @@ deprecated module Make<ConfigSig Config> implements GlobalFlowSig {
239239}
240240
241241/**
242- * Constructs a data flow computation using flow state.
242+ * Constructs a global data flow computation using flow state.
243243 */
244244module GlobalWithState< StateConfigSig Config> implements GlobalFlowSig {
245245 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
3333}
3434
3535/**
36- * Constructs a standard taint tracking computation.
36+ * Constructs a global taint tracking computation.
3737 */
3838module Global< DataFlow:: ConfigSig Config> implements DataFlow:: GlobalFlowSig {
3939 private module Config0 implements DataFlowInternal:: FullStateConfigSig {
@@ -54,7 +54,7 @@ deprecated module Make<DataFlow::ConfigSig Config> implements DataFlow::GlobalFl
5454}
5555
5656/**
57- * Constructs a taint tracking computation using flow state.
57+ * Constructs a global taint tracking computation using flow state.
5858 */
5959module GlobalWithState< DataFlow:: StateConfigSig Config> implements DataFlow:: GlobalFlowSig {
6060 private module Config0 implements DataFlowInternal:: FullStateConfigSig {
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ signature module GlobalFlowSig {
222222}
223223
224224/**
225- * Constructs a standard data flow computation.
225+ * Constructs a global data flow computation.
226226 */
227227module Global< ConfigSig Config> implements GlobalFlowSig {
228228 private module C implements FullStateConfigSig {
@@ -239,7 +239,7 @@ deprecated module Make<ConfigSig Config> implements GlobalFlowSig {
239239}
240240
241241/**
242- * Constructs a data flow computation using flow state.
242+ * Constructs a global data flow computation using flow state.
243243 */
244244module GlobalWithState< StateConfigSig Config> implements GlobalFlowSig {
245245 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
3333}
3434
3535/**
36- * Constructs a standard taint tracking computation.
36+ * Constructs a global taint tracking computation.
3737 */
3838module Global< DataFlow:: ConfigSig Config> implements DataFlow:: GlobalFlowSig {
3939 private module Config0 implements DataFlowInternal:: FullStateConfigSig {
@@ -54,7 +54,7 @@ deprecated module Make<DataFlow::ConfigSig Config> implements DataFlow::GlobalFl
5454}
5555
5656/**
57- * Constructs a taint tracking computation using flow state.
57+ * Constructs a global taint tracking computation using flow state.
5858 */
5959module GlobalWithState< DataFlow:: StateConfigSig Config> implements DataFlow:: GlobalFlowSig {
6060 private module Config0 implements DataFlowInternal:: FullStateConfigSig {
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ signature module GlobalFlowSig {
222222}
223223
224224/**
225- * Constructs a standard data flow computation.
225+ * Constructs a global data flow computation.
226226 */
227227module Global< ConfigSig Config> implements GlobalFlowSig {
228228 private module C implements FullStateConfigSig {
@@ -239,7 +239,7 @@ deprecated module Make<ConfigSig Config> implements GlobalFlowSig {
239239}
240240
241241/**
242- * Constructs a data flow computation using flow state.
242+ * Constructs a global data flow computation using flow state.
243243 */
244244module GlobalWithState< StateConfigSig Config> implements GlobalFlowSig {
245245 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
3333}
3434
3535/**
36- * Constructs a standard taint tracking computation.
36+ * Constructs a global taint tracking computation.
3737 */
3838module Global< DataFlow:: ConfigSig Config> implements DataFlow:: GlobalFlowSig {
3939 private module Config0 implements DataFlowInternal:: FullStateConfigSig {
@@ -54,7 +54,7 @@ deprecated module Make<DataFlow::ConfigSig Config> implements DataFlow::GlobalFl
5454}
5555
5656/**
57- * Constructs a taint tracking computation using flow state.
57+ * Constructs a global taint tracking computation using flow state.
5858 */
5959module GlobalWithState< DataFlow:: StateConfigSig Config> implements DataFlow:: GlobalFlowSig {
6060 private module Config0 implements DataFlowInternal:: FullStateConfigSig {
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ signature module GlobalFlowSig {
222222}
223223
224224/**
225- * Constructs a standard data flow computation.
225+ * Constructs a global data flow computation.
226226 */
227227module Global< ConfigSig Config> implements GlobalFlowSig {
228228 private module C implements FullStateConfigSig {
@@ -239,7 +239,7 @@ deprecated module Make<ConfigSig Config> implements GlobalFlowSig {
239239}
240240
241241/**
242- * Constructs a data flow computation using flow state.
242+ * Constructs a global data flow computation using flow state.
243243 */
244244module GlobalWithState< StateConfigSig Config> implements GlobalFlowSig {
245245 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
3333}
3434
3535/**
36- * Constructs a standard taint tracking computation.
36+ * Constructs a global taint tracking computation.
3737 */
3838module Global< DataFlow:: ConfigSig Config> implements DataFlow:: GlobalFlowSig {
3939 private module Config0 implements DataFlowInternal:: FullStateConfigSig {
@@ -54,7 +54,7 @@ deprecated module Make<DataFlow::ConfigSig Config> implements DataFlow::GlobalFl
5454}
5555
5656/**
57- * Constructs a taint tracking computation using flow state.
57+ * Constructs a global taint tracking computation using flow state.
5858 */
5959module GlobalWithState< DataFlow:: StateConfigSig Config> implements DataFlow:: GlobalFlowSig {
6060 private module Config0 implements DataFlowInternal:: FullStateConfigSig {
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ signature module GlobalFlowSig {
222222}
223223
224224/**
225- * Constructs a standard data flow computation.
225+ * Constructs a global data flow computation.
226226 */
227227module Global< ConfigSig Config> implements GlobalFlowSig {
228228 private module C implements FullStateConfigSig {
@@ -239,7 +239,7 @@ deprecated module Make<ConfigSig Config> implements GlobalFlowSig {
239239}
240240
241241/**
242- * Constructs a data flow computation using flow state.
242+ * Constructs a global data flow computation using flow state.
243243 */
244244module GlobalWithState< StateConfigSig Config> implements GlobalFlowSig {
245245 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
3333}
3434
3535/**
36- * Constructs a standard taint tracking computation.
36+ * Constructs a global taint tracking computation.
3737 */
3838module Global< DataFlow:: ConfigSig Config> implements DataFlow:: GlobalFlowSig {
3939 private module Config0 implements DataFlowInternal:: FullStateConfigSig {
@@ -54,7 +54,7 @@ deprecated module Make<DataFlow::ConfigSig Config> implements DataFlow::GlobalFl
5454}
5555
5656/**
57- * Constructs a taint tracking computation using flow state.
57+ * Constructs a global taint tracking computation using flow state.
5858 */
5959module GlobalWithState< DataFlow:: StateConfigSig Config> implements DataFlow:: GlobalFlowSig {
6060 private module Config0 implements DataFlowInternal:: FullStateConfigSig {
You can’t perform that action at this time.
0 commit comments