Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d75981 commit 78a65a7Copy full SHA for 78a65a7
2 files changed
go/ql/src/experimental/CWE-287/examples/LdapAuthBad.go
@@ -3,8 +3,6 @@ package main
3
import (
4
"fmt"
5
"log"
6
-
7
- "github.com/go-ldap/ldap"
8
)
9
10
func bad() interface{} {
go/ql/src/experimental/CWE-287/examples/LdapAuthGood.go
func good() interface{} {
0 commit comments