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

Class XssNode

A flow node for tracking cross-site scripting (XSS) vulnerabilities. Can be a standard data flow node (XssDataFlowNode) or an ASP inline code element (XssAspNode).

Import path

import semmle.code.csharp.security.dataflow.XSSQuery

Direct supertypes

Known direct subtypes

Predicates

asAspInlineMember

Gets the ASP inline code element corresponding to this node, if any.

asDataFlowNode

Gets the data flow node corresponding to this node, if any.

getLocation

Gets the location of this node.

toString

Gets a textual representation of this node.