File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
docs/codeql/codeql-language-guides Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -308,11 +308,9 @@ Class hierarchy
308308
309309- ``DataFlow::Configuration `` - base class for custom global data flow analysis.
310310- ``DataFlow::Node `` - an element behaving as a data-flow node.
311-
312- - ``DataFlow::CfgNode `` - a control-flow node behaving as a data-flow node.
313-
314- - ``DataFlow::ExprNode `` - an expression behaving as a data-flow node.
315- - ``DataFlow::ParameterNode `` - a parameter data-flow node representing the value of a parameter at method/block entry.
311+ - ``DataFlow::LocalSourceNode `` - a local origin of data, as a data-flow node.
312+ - ``DataFlow::ExprNode `` - an expression behaving as a data-flow node.
313+ - ``DataFlow::ParameterNode `` - a parameter data-flow node representing the value of a parameter at method/block entry.
316314
317315 - ``RemoteFlowSource `` - data flow from network/remote input.
318316 - ``Concepts::SystemCommandExecution `` - a data-flow node that executes an operating system command, for instance by spawning a new process.
You can’t perform that action at this time.
0 commit comments