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.
LdapConn
1 parent 5280d69 commit 2b1b4cdCopy full SHA for 2b1b4cd
go/ql/src/experimental/CWE-287/ImproperLdapAuthCustomizations.qll
@@ -3,11 +3,6 @@ import DataFlow::PathGraph
3
import semmle.go.dataflow.barrierguardutil.RegexpCheck
4
5
module ImproperLdapAuth {
6
- /**
7
- * A LDAP connection node.
8
- */
9
- abstract class LdapConn extends DataFlow::CallNode { }
10
-
11
/**
12
* A sink that is vulnerable to improper LDAP Authentication vulnerabilities.
13
*/
0 commit comments