-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Ruby: Minor fixes for dataflow queries #14274
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we get rid of DataFlowImplForHttpClientLibraries.qll
and DataFlowImplForPathname.qll
on this PR as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We shouldn't deprecate DataFlow2 just yet. It's part of the old configuration-class API, which we will bulk-deprecate in December, cf. https://github.blog/changelog/2023-08-14-new-dataflow-api-for-writing-custom-codeql-queries/
28c7a4c
to
4cb91e0
Compare
Not sure how I missed these - deleted. |
Follow up to #14124 to address some issues:
rb/improper-ldap-auth
was not converted due to being merged around the same time - this is done hereDataFlow2
. Ideally we would just be able to removeDataFlow2
, but it's available for external queries so I think we need to deprecate it first.