Small tweaks

This commit is contained in:
Owen Mansel-Chan
2026-03-26 15:33:16 +00:00
parent de4fe6d25c
commit 21ecf230ce
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
* Provides classes and predicates for dealing with flow models specified
* in data extension files.
*
* The specification has the following columns:
* The extensible relations have the following columns:
* - Sources:
* `namespace; type; subtypes; name; signature; ext; output; kind`
* - Sinks:
@@ -144,7 +144,7 @@ predicate summaryModel(
}
/** Provides a query predicate to check the data for validation errors. */
module CsvValidation {
module ModelValidation {
private string getInvalidModelInput() {
exists(string pred, AccessPath input, string part |
sinkModel(_, _, _, _, _, _, input, _, _, _) and pred = "sink"

View File

@@ -1,2 +1,2 @@
import cpp
import semmle.code.cpp.dataflow.ExternalFlow::CsvValidation
import semmle.code.cpp.dataflow.ExternalFlow::ModelValidation