CodeQL library for JavaScript
codeql/javascript-all 0.5.1 ( changelog , source )
Search

Member predicate ModelInput :: SourceModelCsv :: row

Holds if row specifies a source definition.

A row of form

type;path;kind

indicates that the value at (type, path) should be seen as a flow source of the given kind.

The kind remote represents a general remote flow source.

predicate row ( string row )