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

JS/Ruby: desync two queries and port the Ruby version to ConfigSig-style #14435

Merged
merged 2 commits into from
Oct 11, 2023

Conversation

asgerf
Copy link
Contributor

@asgerf asgerf commented Oct 11, 2023

The HttpToFileAccess and TaintedFormatString queries had some files synced by identical-files.json, which previously made it impossible to migrate them for one language at a time.

This is problematic for Ruby because a rather trivial change becomes blocked by the JS data flow migration. It's also problematic for the JS migration because the already-large change needs to include Ruby changes on the same branch.

This PR removes the synchronization so each language can migrate independently, and then migrates the queries for Ruby.

@github-actions github-actions bot added the Ruby label Oct 11, 2023
@asgerf asgerf added the no-change-note-required This PR does not need a change note label Oct 11, 2023
@asgerf asgerf marked this pull request as ready for review October 11, 2023 09:52
@asgerf asgerf requested a review from a team as a code owner October 11, 2023 09:52
@asgerf asgerf merged commit 7780fe9 into github:main Oct 11, 2023
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-change-note-required This PR does not need a change note Ruby
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants