From b5240589ebf86a7eda6f20588e61b2671994487c Mon Sep 17 00:00:00 2001 From: Jacob Ronstadt Date: Fri, 18 Jul 2025 09:56:50 -0700 Subject: [PATCH] add back old suite files for backward compatibility --- src/qlpack.yml | 2 +- src/windows-driver-suites/windows_mustfix_partial.qls | 5 +++++ src/windows-driver-suites/windows_recommended_partial.qls | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 src/windows-driver-suites/windows_mustfix_partial.qls create mode 100644 src/windows-driver-suites/windows_recommended_partial.qls 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