Skip to content

Commit b63d089

Browse files
committed
Update shared library files for go to PR github#10777
Merge commit: 9c6875e
1 parent 309ab77 commit b63d089

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go/ql/lib/semmle/go/dataflow/internal/AccessPathSyntax.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

go/ql/lib/semmle/go/dataflow/internal/FlowSummaryImpl.qll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)