-
Notifications
You must be signed in to change notification settings - Fork 34
CodeQL Visual Studio Extension #190
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
base: development
Are you sure you want to change the base?
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.
Pull Request Overview
This PR removes SARIF test files from the drivers test directory that contain empty result structures with all counters set to zero. The purpose appears to be cleaning up test artifacts or baseline files that are no longer needed.
- Removes 9 SARIF files from the test diff directory
- All removed files contain identical empty result structures
- Files correspond to various Windows driver-related CodeQL queries (IRQL, paging, wait operations)
Reviewed Changes
Copilot reviewed 9 out of 515 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/drivers/test/diff/NoPagingSegment.sarif | Removes empty SARIF result file for paging segment query |
| src/drivers/test/diff/NoPagedCode.sarif | Removes empty SARIF result file for paged code query |
| src/drivers/test/diff/MultiplePagedCode.sarif | Removes empty SARIF result file for multiple paged code query |
| src/drivers/test/diff/KeWaitLocal.sarif | Removes empty SARIF result file for kernel wait local query |
| src/drivers/test/diff/IrqlTooLow.sarif | Removes empty SARIF result file for IRQL too low query |
| src/drivers/test/diff/IrqlTooHigh.sarif | Removes empty SARIF result file for IRQL too high query |
| src/drivers/test/diff/IrqlSetTooHigh.sarif | Removes empty SARIF result file for IRQL set too high query |
| src/drivers/test/diff/IrqlNotUsed.sarif | Removes empty SARIF result file for IRQL not used query |
| src/drivers/test/diff/IrqlNotSaved.sarif | Removes empty SARIF result file for IRQL not saved query |
Checklist for Pull Requests
@versioncomment in the file header.codeql database createandcodeql database analyzehave completed successfully.