Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/qlpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Licensed under the MIT license.

name: microsoft/windows-drivers
version: 1.7.0
version: 1.7.1
dependencies:
codeql/cpp-all: ^4.2.0
microsoft/cpp-queries: ^0.0.4
Expand Down
5 changes: 5 additions & 0 deletions src/windows-driver-suites/windows_mustfix_partial.qls
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.

- description: The partial mustfix suite is deprecated. Please use the full mustfix suite instead.
- import: windows-driver-suites/mustfix.qls
5 changes: 5 additions & 0 deletions src/windows-driver-suites/windows_recommended_partial.qls
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.

- description: The partial recommended suite is deprecated. Please use the full recommended suite instead.
- import: windows-driver-suites/recommended.qls
Loading