C#: mass-add none() location overrides

This commit is contained in:
Nora Dimitrijević
2025-06-13 15:00:47 +02:00
parent 17cd58bd3c
commit 634bfa914f

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>;