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
Dataflow: Add support for not skipping configuration-specific nodes in big-step #13717
base: main
Are you sure you want to change the base?
Dataflow: Add support for not skipping configuration-specific nodes in big-step #13717
Conversation
|
For a flow config using the new API (ConfigSig and so on) that does what I was expecting. I was a bit surprised that it didn’t do anything for old-style configuration classes. I guess it’s not important, as everything will move over to the new API in time. |
|
The C/C++ XXE query gets a bunch of additional steps due to its Is that desirable? Or should we add a Edit: There are also a bunch of other queries with additional steps where we might also want to consider whether or not to use the new default that this PR introduces. |
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.
Go 👍🏻
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.
C++/Swift
We resolved this on Slack and decided to add a |
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.
Go 👍🏻 (but I think you should add a change note to let users know about the new feature)
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.
Python
fixes https://github.com/github/codeql-team/issues/2191