Skip to content

Commit

Permalink
rename suite files for less confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-ronstadt committed Feb 1, 2024
1 parent 3ced92f commit 99de004
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ src/drivers/test/**/driver/x64/*
src/drivers/test/TestDB/*
src/drivers/test/working/*
src/drivers/test/AnalysisFiles/*
**/*.xlsx
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ For general use, use the `main` branch along with [version 2.15.4 of the CodeQL
1. Create a local copy of the desired query suite file:
* windows_all_mustfix.qls
* windows_all_recommended.qls
* windows_driver_mustfix.qls
* windows_driver_recommended.qls
2. To analyze a CodeQL database run the following command:
```
Expand Down
2 changes: 1 addition & 1 deletion src/qlpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 1.0.12
dependencies:
codeql/cpp-all: 0.12.1
suites: windows-driver-suites
defaultSuiteFile: windows-driver-suites/windows_driver_recommended.qls
defaultSuiteFile: windows-driver-suites/windows_recommended_partial.qls
extractor: cpp
licenses: MIT
description: CodeQL queries designed for Windows device driver development.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Licensed under the MIT license.

- description: Recommended and required queries for Windows Drivers.
- import: windows-driver-suites/windows_driver_mustfix.qls
- import: windows-driver-suites/windows_mustfix_partial.qls
- queries: .
from: microsoft/windows-drivers
- include:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
- Likely Bugs/Underspecified Functions/TooFewArguments.ql
- Security/CWE/CWE-190/ComparisonWithWiderType.ql
- Security/CWE/CWE-253/HResultBooleanConversion.ql
- import: windows-driver-suites/windows_driver_mustfix.qls
- import: windows-driver-suites/windows_mustfix_partial.qls
from: microsoft/windows-drivers
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Licensed under the MIT license.

- description: Recommended and required queries for Windows Drivers.
- import: windows-driver-suites/windows_driver_mustfix.qls
- import: windows-driver-suites/windows_mustfix_partial.qls
from: microsoft/windows-drivers
- import: windows-driver-suites/windows_driver_recommended.qls
- import: windows-driver-suites/windows_recommended_partial.qls
from: microsoft/windows-drivers
- queries: .
from: codeql/cpp-queries
Expand Down

0 comments on commit 99de004

Please sign in to comment.