Files
codeql/csharp/ql/src/meta/frameworks/Coverage.ql
2021-06-28 11:20:32 +02:00

15 lines
442 B
Plaintext

/**
* @name Framework coverage
* @description The number of API endpoints covered by CSV models sorted by
* package and source-, sink-, and summary-kind.
* @kind table
* @id cs/meta/framework-coverage
*/
import csharp
import semmle.code.csharp.dataflow.ExternalFlow
from string namespace, int pkgs, string kind, string part, int n
where modelCoverage(namespace, pkgs, kind, part, n)
select namespace, pkgs, kind, part, n