diff --git a/src/qlpack.yml b/src/qlpack.yml index 9a18ca9e..0e4e2832 100644 --- a/src/qlpack.yml +++ b/src/qlpack.yml @@ -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 diff --git a/src/windows-driver-suites/windows_mustfix_partial.qls b/src/windows-driver-suites/windows_mustfix_partial.qls new file mode 100644 index 00000000..8e185094 --- /dev/null +++ b/src/windows-driver-suites/windows_mustfix_partial.qls @@ -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 \ No newline at end of file diff --git a/src/windows-driver-suites/windows_recommended_partial.qls b/src/windows-driver-suites/windows_recommended_partial.qls new file mode 100644 index 00000000..b872942e --- /dev/null +++ b/src/windows-driver-suites/windows_recommended_partial.qls @@ -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 \ No newline at end of file