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

Module LdapInjectionConfig

A taint-tracking configuration for unvalidated user input that is used to construct LDAP queries.

Import path

import semmle.code.csharp.security.dataflow.LDAPInjectionQuery

Predicates

isBarrier

Holds if data flow through node is prohibited. This completely removes node from the data flow graph.

isSink

Holds if sink is a relevant data flow sink.

isSource

Holds if source is a relevant data flow source.