Java: Consider ai-generated flow summaries to as generated summaries in dataflow.

This commit is contained in:
Michael Nebel
2023-02-20 12:11:48 +01:00
parent 54c0404110
commit 813ffa440c
11 changed files with 41 additions and 29 deletions

View File

@@ -28,7 +28,7 @@ private int getNumMadModeledApis(string package, string provenance) {
or
sc.isManual() and
(
if sc.hasProvenance("generated")
if sc.hasProvenance(["generated", "ai-generated"])
then
// "both"
provenance = "both"