mirror of
https://github.com/github/codeql.git
synced 2026-03-31 12:48:17 +02:00
Small tweaks
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
import cpp
|
||||
import semmle.code.cpp.dataflow.ExternalFlow::CsvValidation
|
||||
import semmle.code.cpp.dataflow.ExternalFlow::ModelValidation
|
||||
|
||||
Reference in New Issue
Block a user