mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
Sync files
This commit is contained in:
committed by
Stephan Brandauer
parent
8065714ebe
commit
8aa80882ea
@@ -1012,7 +1012,7 @@ module Private {
|
|||||||
private predicate relevantSummaryElementGenerated(
|
private predicate relevantSummaryElementGenerated(
|
||||||
AccessPath inSpec, AccessPath outSpec, string kind
|
AccessPath inSpec, AccessPath outSpec, string kind
|
||||||
) {
|
) {
|
||||||
summaryElement(this, inSpec, outSpec, kind, "generated") and
|
summaryElement(this, inSpec, outSpec, kind, ["generated", "ai-generated"]) and
|
||||||
not summaryElement(this, _, _, _, "manual")
|
not summaryElement(this, _, _, _, "manual")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1012,7 +1012,7 @@ module Private {
|
|||||||
private predicate relevantSummaryElementGenerated(
|
private predicate relevantSummaryElementGenerated(
|
||||||
AccessPath inSpec, AccessPath outSpec, string kind
|
AccessPath inSpec, AccessPath outSpec, string kind
|
||||||
) {
|
) {
|
||||||
summaryElement(this, inSpec, outSpec, kind, "generated") and
|
summaryElement(this, inSpec, outSpec, kind, ["generated", "ai-generated"]) and
|
||||||
not summaryElement(this, _, _, _, "manual")
|
not summaryElement(this, _, _, _, "manual")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1012,7 +1012,7 @@ module Private {
|
|||||||
private predicate relevantSummaryElementGenerated(
|
private predicate relevantSummaryElementGenerated(
|
||||||
AccessPath inSpec, AccessPath outSpec, string kind
|
AccessPath inSpec, AccessPath outSpec, string kind
|
||||||
) {
|
) {
|
||||||
summaryElement(this, inSpec, outSpec, kind, "generated") and
|
summaryElement(this, inSpec, outSpec, kind, ["generated", "ai-generated"]) and
|
||||||
not summaryElement(this, _, _, _, "manual")
|
not summaryElement(this, _, _, _, "manual")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1012,7 +1012,7 @@ module Private {
|
|||||||
private predicate relevantSummaryElementGenerated(
|
private predicate relevantSummaryElementGenerated(
|
||||||
AccessPath inSpec, AccessPath outSpec, string kind
|
AccessPath inSpec, AccessPath outSpec, string kind
|
||||||
) {
|
) {
|
||||||
summaryElement(this, inSpec, outSpec, kind, "generated") and
|
summaryElement(this, inSpec, outSpec, kind, ["generated", "ai-generated"]) and
|
||||||
not summaryElement(this, _, _, _, "manual")
|
not summaryElement(this, _, _, _, "manual")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1012,7 +1012,7 @@ module Private {
|
|||||||
private predicate relevantSummaryElementGenerated(
|
private predicate relevantSummaryElementGenerated(
|
||||||
AccessPath inSpec, AccessPath outSpec, string kind
|
AccessPath inSpec, AccessPath outSpec, string kind
|
||||||
) {
|
) {
|
||||||
summaryElement(this, inSpec, outSpec, kind, "generated") and
|
summaryElement(this, inSpec, outSpec, kind, ["generated", "ai-generated"]) and
|
||||||
not summaryElement(this, _, _, _, "manual")
|
not summaryElement(this, _, _, _, "manual")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user