Merge pull request #21116 from github/tausbn/python-add-dataflow-overlay-annotations

Add `overlay[local]` annotations
This commit is contained in:
Taus
2026-02-21 13:44:09 +01:00
committed by GitHub
55 changed files with 225 additions and 21 deletions

View File

@@ -1,3 +1,6 @@
overlay[local?]
module;
private import python
private import semmle.python.dataflow.new.FlowSummary
private import semmle.python.ApiGraphs

View File

@@ -1,3 +1,6 @@
overlay[local?]
module;
private import python
private import semmle.python.dataflow.new.FlowSummary
private import semmle.python.ApiGraphs

View File

@@ -2,6 +2,7 @@ import python
import semmle.python.frameworks.data.internal.ApiGraphModels as ApiGraphModels
import semmle.python.frameworks.data.ModelsAsData
overlay[local]
class IsTesting extends ApiGraphModels::TestAllModels {
IsTesting() { this = this }
}