CodeQL library for Swift
codeql/swift-all 6.2.3 (changelog, source)
Search

Module Impl

An implementation of the signature that allows the Hostname analysis to run.

Import path

import codeql.swift.security.regex.HostnameRegex

Aliases

DataFlowNode

An element, viewed as a node in a data flow graph. Either an expression (ExprNode) or a parameter (ParameterNode).

RegExpPatternSource

A data flow node whose value may flow to a position where it is interpreted as a part of a regular expression. For example the string literal "(a|b).*" in: Regex("(a|b).*").firstMatch(in: myString)