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 1
1
/**
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
3
3
* by dynamic languages, and the input/output specifications for summary steps.
4
4
*
5
5
* 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 {
892
892
}
893
893
894
894
/**
895
- * Provides a means of translating externally (e.g., CSV ) defined flow
895
+ * Provides a means of translating externally (e.g., MaD ) defined flow
896
896
* summaries into a `SummarizedCallable`s.
897
897
*/
898
898
module External {
@@ -1121,7 +1121,7 @@ module Private {
1121
1121
}
1122
1122
1123
1123
/**
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
1125
1125
* model.
1126
1126
*/
1127
1127
predicate isSourceNode ( InterpretNode node , string kind ) {
@@ -1132,7 +1132,7 @@ module Private {
1132
1132
}
1133
1133
1134
1134
/**
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
1136
1136
* model.
1137
1137
*/
1138
1138
predicate isSinkNode ( InterpretNode node , string kind ) {
You can’t perform that action at this time.
0 commit comments