Skip to content

Commit 2da99db

Browse files
committed
C#/DontInstallRootCert
1 parent 74573b6 commit 2da99db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

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

4141
predicate observeDiffInformedIncrementalMode() { any() }
42-
43-
Location getASelectedSourceLocation(DataFlow::Node sink) { none() }
4442
}
4543

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

0 commit comments

Comments
 (0)