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.
1 parent 74573b6 commit 2da99dbCopy full SHA for 2da99db
csharp/ql/src/Security Features/CWE-327/DontInstallRootCert.ql
@@ -39,8 +39,6 @@ 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