mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Optimize getFullHostRegex
This commit is contained in:
@@ -8,7 +8,7 @@ import semmle.python.dataflow.new.TaintTracking
|
||||
import semmle.python.dataflow.new.RemoteFlowSources
|
||||
import experimental.semmle.python.Concepts
|
||||
|
||||
string getFullHostRegex() { result = "(?i)ldap://[\\[a-zA-Z0-9].*" }
|
||||
string getFullHostRegex() { result = "(?i)ldap://.+" }
|
||||
|
||||
string getSchemaRegex() { result = "(?i)ldap(://)?" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user