We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca22ec6 + 6593477 commit aa7a997Copy full SHA for aa7a997
python/ql/src/semmle/python/security/SensitiveData.qll
@@ -112,12 +112,6 @@ module SensitiveData {
112
113
private SensitiveData fromFunction(Value func) {
114
result = HeuristicNames::getSensitiveDataForName(func.getName())
115
- or
116
- // This is particularly to pick up methods with an argument like "password", which
117
- // may indicate a lookup.
118
- exists(string name | name = func.(PythonFunctionValue).getScope().getAnArg().asName().getId() |
119
- result = HeuristicNames::getSensitiveDataForName(name)
120
- )
121
}
122
123
abstract class Source extends TaintSource {
0 commit comments