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.
1 parent 51067af commit 662e335Copy full SHA for 662e335
python/ql/src/semmle/python/security/internal/SensitiveDataHeuristics.qll
@@ -58,7 +58,8 @@ module HeuristicNames {
58
*/
59
string maybeAccountInfo() {
60
result = "(?is).*acc(ou)?nt.*" or
61
- result = "(?is).*(puid|username|userid).*"
+ result = "(?is).*(puid|username|userid).*" or
62
+ result = "(?is).*(u|^|_|[a-z(?=U)])(uid).*"
63
}
64
65
/**
0 commit comments