-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Data Flow: Deprecate old data flow api. #14983
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: Deprecate old data flow api. #14983
Conversation
python/ql/lib/semmle/python/dataflow/new/internal/tainttracking1/TaintTrackingImpl.qll
Fixed
Show fixed
Hide fixed
Fix for the coding standards tests: github/codeql-coding-standards#468 |
@@ -14,6 +14,8 @@ import FlowStateString | |||
private import codeql.util.Unit |
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.
I think we should deprecate the FlowStateString
module in DataFlowImplCommon.qll
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.
Agree, but I figured that was slightly more likely to break something, so I initially left it out, in order to hopefully merge this faster. Then deprecation of FlowStateString
can follow in another PR.
Avoids some deprecation warnings :)
8a16b85
to
46531e6
Compare
I had missed these originally, since I had just fixed the ones that were highlighted in the actions logs, thinking they had covered everything :(
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.
LGTM!
This probably still needs some change notes? |
Merging. I've put the change note in a separate PR to avoid re-running all the CI: #15046 |
No description provided.