Skip to content

Go: remove flow step duplication in configs #16571

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

Merged
merged 3 commits into from
Jun 4, 2024

Conversation

owen-mc
Copy link
Contributor

@owen-mc owen-mc commented May 23, 2024

The duplication of flow steps in additional flow steps added by configs was highlighted by #16511 and the new test results were accepted in #16562. This PR fixes them, so we aren't specifying additional flow steps in configs which duplicate existing flow steps.

owen-mc added 3 commits May 23, 2024 11:04
These names make more sense and match everywhere
else that this function signature is used.
TaintTracking already adds taint steps for field reads
`localTaintStep` includes a lot of steps which are already part of value
flow. Instead use `defaultAdditionalTaintStep`, which is just the extra
steps that are added for taint tracking.
@owen-mc owen-mc added the no-change-note-required This PR does not need a change note label May 23, 2024
@owen-mc owen-mc requested a review from a team as a code owner May 23, 2024 10:16
@github-actions github-actions bot added the Go label May 23, 2024
@owen-mc owen-mc merged commit 60970ff into github:main Jun 4, 2024
14 checks passed
@owen-mc owen-mc deleted the go/remove-step-duplication-in-config branch June 4, 2024 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Go 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.

2 participants