Open
Conversation
There was a problem hiding this comment.
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist for Pull Requests
@versioncomment in the file header.codeql database createandcodeql database analyzehave completed successfully.