Java: Merge packages that likely belong to the same framework.

This commit is contained in:
Anders Schack-Mulligen
2021-03-24 13:17:04 +01:00
parent 4941d9b7bf
commit 234f62fd05
2 changed files with 52 additions and 21 deletions

View File

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