Skip to content

Commit 77d9bac

Browse files
atorralbaStephan Brandauer
authored andcommitted
Support ai-generated summaries
1 parent 0c19da9 commit 77d9bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/dataflow/internal/FlowSummaryImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ module Private {
10121012
private predicate relevantSummaryElementGenerated(
10131013
AccessPath inSpec, AccessPath outSpec, string kind
10141014
) {
1015-
summaryElement(this, inSpec, outSpec, kind, "generated") and
1015+
summaryElement(this, inSpec, outSpec, kind, ["generated", "ai-generated"]) and
10161016
not summaryElement(this, _, _, _, "manual")
10171017
}
10181018

0 commit comments

Comments
 (0)