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.
getFullHostRegex
1 parent 4e261c6 commit 54012ebCopy full SHA for 54012eb
python/ql/src/experimental/semmle/python/security/LDAPInsecureAuth.qll
@@ -8,7 +8,7 @@ import semmle.python.dataflow.new.TaintTracking
8
import semmle.python.dataflow.new.RemoteFlowSources
9
import experimental.semmle.python.Concepts
10
11
-string getFullHostRegex() { result = "(?i)ldap://[\\[a-zA-Z0-9].*" }
+string getFullHostRegex() { result = "(?i)ldap://.+" }
12
13
string getSchemaRegex() { result = "(?i)ldap(://)?" }
14
0 commit comments