Skip to content

Commit 21ecf23

Browse files
committed
Small tweaks
1 parent de4fe6d commit 21ecf23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Provides classes and predicates for dealing with flow models specified
55
* in data extension files.
66
*
7-
* The specification has the following columns:
7+
* The extensible relations have the following columns:
88
* - Sources:
99
* `namespace; type; subtypes; name; signature; ext; output; kind`
1010
* - Sinks:
@@ -144,7 +144,7 @@ predicate summaryModel(
144144
}
145145

146146
/** Provides a query predicate to check the data for validation errors. */
147-
module CsvValidation {
147+
module ModelValidation {
148148
private string getInvalidModelInput() {
149149
exists(string pred, AccessPath input, string part |
150150
sinkModel(_, _, _, _, _, _, input, _, _, _) and pred = "sink"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
import cpp
2-
import semmle.code.cpp.dataflow.ExternalFlow::CsvValidation
2+
import semmle.code.cpp.dataflow.ExternalFlow::ModelValidation

0 commit comments

Comments
 (0)