CodeQL library for C#
codeql/csharp-all 0.10.0 (changelog, source)
Search

Module Make::Private::External::SourceSinkInterpretation::TestSourceSinkOutput

Provides query predicates for outputting a set of relevant sources and sinks.

Import path

import codeql.dataflow.internal.FlowSummaryImpl

Predicates

sink

Holds if there exists a relevant sink callable with information roughly corresponding to csv. Used for testing. The syntax is: “namespace;type;overrides;name;signature;ext;inputspec;kind;provenance”, ext is hardcoded to empty.

source

Holds if there exists a relevant source callable with information roughly corresponding to csv. Used for testing. The syntax is: “namespace;type;overrides;name;signature;ext;outputspec;kind;provenance”, ext is hardcoded to empty.

Parameters