Skip to content

Data flow: Introduce ConsistencyConfiguration class #7237

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 1 commit into from
Nov 26, 2021

Conversation

hvitved
Copy link
Contributor

@hvitved hvitved commented Nov 25, 2021

This will allow for more fine-grained per-language configuration of the consistency queries. Currently, only two consistency queries can be controlled, but we can easily add support for others.

Ruby appears to be the only language that uses a "real" consistency query, so there I could move the configuration into the query itself. For the other languages I simply added it to DataFlowPrivate.qll; but consider moving it when/if switching over to --consistency-queries based approach.

@hvitved hvitved force-pushed the dataflow/consistency-config branch from a1406c6 to 6cb0099 Compare November 25, 2021 09:52
@hvitved hvitved marked this pull request as ready for review November 25, 2021 09:52
@hvitved hvitved requested review from a team as code owners November 25, 2021 09:52
@aschackmull aschackmull merged commit 00ee34c into github:main Nov 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants