We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
none()
1 parent f2085c2 commit 6d8f13cCopy full SHA for 6d8f13c
csharp/ql/src/Security Features/CWE-327/DontInstallRootCert.ql
@@ -39,6 +39,8 @@ module AddCertToRootStoreConfig implements DataFlow::ConfigSig {
39
}
40
41
predicate observeDiffInformedIncrementalMode() { any() }
42
+
43
+ predicate getASelectedSourceLocation() { none() }
44
45
46
module AddCertToRootStore = DataFlow::Global<AddCertToRootStoreConfig>;
0 commit comments