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. |