Skip to content

Conversation

@jacob-ronstadt
Copy link
Contributor

Checklist for Pull Requests

  • Description is filled out.
  • Only one query or related query group is in this pull request.
  • The version number on changed queries has been increased via the @version comment in the file header.
  • All unit tests have been run: (Test README.md).
  • Commands codeql database create and codeql database analyze have completed successfully.
  • A .qhelp file has been added for any new queries or updated if changes have been made to an existing query.

Copy link

Copilot AI left a 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants