Skip to content
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

Data flow: Track call contexts in parameterValueFlow #17876

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

hvitved
Copy link
Contributor

@hvitved hvitved commented Oct 30, 2024

When investigating a Ruby performance issue, I found that we produced some false positive return-through-parameter flow, which is because we are not tracking call contexts in the parameterValueFlow logic. This PR adds tracking of call contexts.

@hvitved hvitved changed the title Data flow: Track call contexts in parameterFlow Data flow: Track call contexts in parameterValueFlow Oct 31, 2024
@hvitved hvitved force-pushed the dataflow/param-flow-call-ctx branch from 6dd83e4 to 9037ff0 Compare October 31, 2024 08:52
@hvitved hvitved added the no-change-note-required This PR does not need a change note label Nov 1, 2024
@hvitved hvitved marked this pull request as ready for review November 1, 2024 08:23
@hvitved hvitved requested a review from a team as a code owner November 1, 2024 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DataFlow Library Java no-change-note-required This PR does not need a change note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant