-
Notifications
You must be signed in to change notification settings - Fork 28
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
Role Types Correctly Used Query #94
Conversation
Update cpp-all to 0.9.2, cpp-queries to 0.7.4
Still needs cleanup.
Signed-off-by: NateD-MSFT <34494373+NateD-MSFT@users.noreply.github.com>
The changes to Irql.qll needed for IrqlSetTooHigh, etc. means we are more likely to see IRQL evaluations that return -1. Update queries to exclude those numbers.
@jacob-ronstadt Hey Jacob. The automated query build check is failing. Please take a look at the details - it seems like there were some knock-on effects from your changes to WdmDrivers.qll, etc. Other queries may need to be updated as a result. |
@NateD-MSFT part of the issue causing the build error was a conflict with the new DataFlow module and the now deprecated (as of CodeQL 2.14.1) DataFlow library. I will create an issue to update queries using the old DataFlow library. |
Co-authored-by: NateD-MSFT <34494373+NateD-MSFT@users.noreply.github.com> Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>
Co-authored-by: NateD-MSFT <34494373+NateD-MSFT@users.noreply.github.com> Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>
Co-authored-by: NateD-MSFT <34494373+NateD-MSFT@users.noreply.github.com> Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>
Co-authored-by: NateD-MSFT <34494373+NateD-MSFT@users.noreply.github.com> Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>
Co-authored-by: NateD-MSFT <34494373+NateD-MSFT@users.noreply.github.com> Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>
Checklist for Pull Requests
Query to check that a function used in places expecting a specific role type is declared with that role type.
@version
comment in the file header.codeql database create
andcodeql database analyze
have completed successfully.