Skip to content

Commit 2b1b4cd

Browse files
committed
Remove unused LdapConn
1 parent 5280d69 commit 2b1b4cd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

go/ql/src/experimental/CWE-287/ImproperLdapAuthCustomizations.qll

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ import DataFlow::PathGraph
33
import semmle.go.dataflow.barrierguardutil.RegexpCheck
44

55
module ImproperLdapAuth {
6-
/**
7-
* A LDAP connection node.
8-
*/
9-
abstract class LdapConn extends DataFlow::CallNode { }
10-
116
/**
127
* A sink that is vulnerable to improper LDAP Authentication vulnerabilities.
138
*/

0 commit comments

Comments
 (0)