Skip to content

Commit 23db9c5

Browse files
committed
Ruby docs: add LocalSourceNode and remove CfgNode from class list
1 parent 5369ba1 commit 23db9c5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/codeql/codeql-language-guides/analyzing-data-flow-in-ruby.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)