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

Member predicate ModelInput::SinkModelCsv::row

Holds if row specifies a sink definition.

A row of form

type;path;kind

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

predicate row(string row)