Optimize getFullHostRegex

This commit is contained in:
jorgectf
2021-09-12 20:13:08 +02:00
parent 4e261c61ae
commit 54012eba23

View File

@@ -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(://)?" }