mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Java: Consider ai-generated flow summaries to as generated summaries in dataflow.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user