Skip to content

Commit 8e22326

Browse files
authored
Merge pull request #19758 from d10c/d10c/csharp/diff-informed-2
C#: mass-enable diff-informed queries phase 2 - `getASelected{Source,Sink}Location() { none() }`
2 parents 2e5d52e + 634bfa9 commit 8e22326

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

csharp/ql/src/Security Features/CWE-327/DontInstallRootCert.ql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ module AddCertToRootStoreConfig implements DataFlow::ConfigSig {
3939
}
4040

4141
predicate observeDiffInformedIncrementalMode() { any() }
42+
43+
Location getASelectedSourceLocation(DataFlow::Node sink) { none() }
4244
}
4345

4446
module AddCertToRootStore = DataFlow::Global<AddCertToRootStoreConfig>;

0 commit comments

Comments
 (0)