diff --git a/powershell/ql/consistency-queries/CfgConsistency.ql b/powershell/ql/consistency-queries/CfgConsistency.ql new file mode 100644 index 00000000000..3aba6c202eb --- /dev/null +++ b/powershell/ql/consistency-queries/CfgConsistency.ql @@ -0,0 +1 @@ +import semmle.code.powershell.controlflow.internal.ControlFlowGraphImpl::Consistency diff --git a/powershell/ql/consistency-queries/qlpack.yml b/powershell/ql/consistency-queries/qlpack.yml new file mode 100644 index 00000000000..846635f7a70 --- /dev/null +++ b/powershell/ql/consistency-queries/qlpack.yml @@ -0,0 +1,9 @@ +name: codeql/powershell-consistency-queries +groups: + - powershell + - microsoft-all + - test + - consistency-queries +dependencies: + microsoft-sdl/powershell-all: ${workspace} +warnOnImplicitThis: true