From 744936fbd7d4ab9678bc2e19962bfd57c736826d Mon Sep 17 00:00:00 2001 From: Michael Nebel Date: Mon, 10 Mar 2025 14:23:41 +0100 Subject: [PATCH] C#: Add cs/local-not-disposed to the CCR suite. --- csharp/ql/src/codeql-suites/csharp-ccr.qls | 1 + 1 file changed, 1 insertion(+) diff --git a/csharp/ql/src/codeql-suites/csharp-ccr.qls b/csharp/ql/src/codeql-suites/csharp-ccr.qls index d44251d10b6a..35af20e2d19a 100644 --- a/csharp/ql/src/codeql-suites/csharp-ccr.qls +++ b/csharp/ql/src/codeql-suites/csharp-ccr.qls @@ -8,3 +8,4 @@ - cs/self-assignment - cs/inefficient-containskey - cs/call-to-object-tostring + - cs/local-not-disposed