From b88ed68499e647f894d3f31071849b5f3ef9b491 Mon Sep 17 00:00:00 2001 From: Mathias Vorreiter Pedersen Date: Thu, 12 Jun 2025 11:41:25 +0100 Subject: [PATCH] PS: Remove unnecessary data extension pattern. All the models are matched by the other two patterns. --- powershell/ql/lib/qlpack.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/powershell/ql/lib/qlpack.yml b/powershell/ql/lib/qlpack.yml index 45d0895f0a24..e3de11e7ae3c 100644 --- a/powershell/ql/lib/qlpack.yml +++ b/powershell/ql/lib/qlpack.yml @@ -14,8 +14,6 @@ dependencies: codeql/util: ${workspace} codeql/mad: ${workspace} dataExtensions: - - semmle/code/powershell/frameworks/**/model.yml - semmle/code/powershell/frameworks/**/*.model.yml - - semmle/code/powershell/frameworks/**/typemodel.yml - semmle/code/powershell/frameworks/**/*.typemodel.yml warnOnImplicitThis: true