mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
fix casing on the uid regexp
This commit is contained in:
@@ -59,7 +59,7 @@ module HeuristicNames {
|
||||
string maybeAccountInfo() {
|
||||
result = "(?is).*acc(ou)?nt.*" or
|
||||
result = "(?is).*(puid|username|userid).*" or
|
||||
result = "(?is).*(u|^|_|[a-z(?=U)])(uid).*"
|
||||
result = "(?s).*([uU]|^|_|[a-z](?=U))([uU][iI][dD]).*"
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user