Skip to content

Python: Add jump steps for global variable nested field access #20162

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

Napalys
Copy link
Contributor

@Napalys Napalys commented Aug 4, 2025

Adds globalVariableNestedFieldJumpStep to track data flow through nested attribute access on global variables (e.g., app.obj.foo). Supports tracking writes and reads on the same global variable attribute paths up to a configurable depth limit.

@github-actions github-actions bot added the Python label Aug 4, 2025
@Napalys Napalys force-pushed the python/global_variable_tracking branch from e870ee4 to 485f397 Compare August 10, 2025 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants