From 793fd5eb7e7036f0649f3f74746631ed22a4e2e2 Mon Sep 17 00:00:00 2001 From: Mathias Vorreiter Pedersen Date: Thu, 10 Apr 2025 18:49:45 +0100 Subject: [PATCH] PS: Delete a redundant file. --- .../code/powershell/frameworks/SystemConsole/model.yml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 powershell/ql/lib/semmle/code/powershell/frameworks/SystemConsole/model.yml diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemConsole/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemConsole/model.yml deleted file mode 100644 index 06c24dbe584..00000000000 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemConsole/model.yml +++ /dev/null @@ -1,8 +0,0 @@ -extensions: - - addsTo: - pack: microsoft-sdl/powershell-all - extensible: sourceModel - data: - - ["system.console", "Method[Read].ReturnValue", "stdin"] - - ["system.console", "Method[ReadKey].ReturnValue", "stdin"] - - ["system.console", "Method[ReadLine].ReturnValue", "stdin"] \ No newline at end of file