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.
2 parents 2e5d52e + 634bfa9 commit 8e22326Copy full SHA for 8e22326
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
+ Location getASelectedSourceLocation(DataFlow::Node sink) { none() }
44
45
46
module AddCertToRootStore = DataFlow::Global<AddCertToRootStoreConfig>;
0 commit comments