qtil
advanced-security/qtil-javascript 0.0.3
Search

Module Routing::ValueNode

Companion module to the Node class, containing abstract classes that can be used to extend the routing model.

Import path

import semmle.javascript.Routing

Classes

Range

A node in the routing tree which corresponds to a data-flow node, and has a linear sequence of children (or no children).

UseSite

A node that is used as a route handler.

WithArguments

A node that has a linear sequence of children, which should all be marked as route objects.