File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
go/ql/lib/semmle/go/dataflow/internal Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11/**
2- * Module for parsing access paths from CSV models, both the identifying access path used
2+ * Module for parsing access paths from MaD models, both the identifying access path used
33 * by dynamic languages, and the input/output specifications for summary steps.
44 *
55 * This file is used by the shared data flow library and by the JavaScript libraries
Original file line number Diff line number Diff line change @@ -892,7 +892,7 @@ module Private {
892892 }
893893
894894 /**
895- * Provides a means of translating externally (e.g., CSV ) defined flow
895+ * Provides a means of translating externally (e.g., MaD ) defined flow
896896 * summaries into a `SummarizedCallable`s.
897897 */
898898 module External {
@@ -1121,7 +1121,7 @@ module Private {
11211121 }
11221122
11231123 /**
1124- * Holds if `node` is specified as a source with the given kind in a CSV flow
1124+ * Holds if `node` is specified as a source with the given kind in a MaD flow
11251125 * model.
11261126 */
11271127 predicate isSourceNode ( InterpretNode node , string kind ) {
@@ -1132,7 +1132,7 @@ module Private {
11321132 }
11331133
11341134 /**
1135- * Holds if `node` is specified as a sink with the given kind in a CSV flow
1135+ * Holds if `node` is specified as a sink with the given kind in a MaD flow
11361136 * model.
11371137 */
11381138 predicate isSinkNode ( InterpretNode node , string kind ) {
You can’t perform that action at this time.
0 commit comments