C#/DontInstallRootCert

This commit is contained in:
Nora Dimitrijević
2025-10-08 13:36:52 +02:00
parent ad31f1ab6d
commit ba22f0d7d2

View File

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