Merge pull request #19758 from d10c/d10c/csharp/diff-informed-2

C#: mass-enable diff-informed queries phase 2 - `getASelected{Source,Sink}Location() { none() }`
This commit is contained in:
Nora Dimitrijević
2025-06-19 10:54:38 +02:00
committed by GitHub

View File

@@ -39,6 +39,8 @@ module AddCertToRootStoreConfig implements DataFlow::ConfigSig {
}
predicate observeDiffInformedIncrementalMode() { any() }
Location getASelectedSourceLocation(DataFlow::Node sink) { none() }
}
module AddCertToRootStore = DataFlow::Global<AddCertToRootStoreConfig>;