Skip to content

Commit 0fc3099

Browse files
yoffRasmusWL
andauthored
Update docs/codeql/codeql-language-guides/analyzing-data-flow-in-python.rst
Co-authored-by: Rasmus Wriedt Larsen <[email protected]>
1 parent acac519 commit 0fc3099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ Class hierarchy
295295
- ``DataFlow::CallCfgNode`` - a control-flow node for a function or method call behaving as a data flow node.
296296

297297
- ``RemoteFlowSource`` - data flow from network/remote input.
298-
- ``Attributes::AttrRead`` - flow out of an attribute.
299-
- ``Attributes::AttrWrite`` - flow into an attribute.
298+
- ``Attributes::AttrRead`` - an attribute read as a data flow node.
299+
- ``Attributes::AttrWrite`` - an attribute write as a data flow node.
300300
- ``Concepts::SystemCommandExecution`` - a data-flow node that executes an operating system command, for instance by spawning a new process.
301301
- ``Concepts::FileSystemAccess`` - a data flow node that performs a file system access, including reading and writing data, creating and deleting files and folders, checking and updating permissions, and so on.
302302
- ``Concepts::Path::PathNormalization`` - a data-flow node that performs path normalization. This is often needed in order to safely access paths.

0 commit comments

Comments
 (0)