Run analysis using given script and database

This commit is contained in:
Michael Hohn
2024-12-03 11:39:21 -08:00
committed by =Michael Hohn
parent 450b9897a1
commit 2a4a0d5413
12 changed files with 679 additions and 17 deletions

12
FindFunction.ql Normal file
View File

@@ -0,0 +1,12 @@
/**
* @name Find Function
* @description List certain functions in a DB
* @kind problem
* @id csharp/intro/FindFunction
* @problem.severity warning
*/
import csharp
from Method me
select me, "Method found"