Skip to content

Commit 6d8f13c

Browse files
committed
C#: mass-add none() location overrides
1 parent f2085c2 commit 6d8f13c

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+
predicate getASelectedSourceLocation() { none() }
4244
}
4345

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

0 commit comments

Comments
 (0)