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 53cae68 commit b9a132dCopy full SHA for b9a132d
1 file changed
rust/ql/lib/codeql/rust/security/SensitiveData.qll
@@ -53,7 +53,6 @@ private class SensitiveVariableAccess extends SensitiveData {
53
HeuristicNames::nameIndicatesSensitiveData(this.asExpr()
54
.(VariableAccess)
55
.getVariable()
56
- .(Variable)
57
.getText(), classification)
58
}
59
0 commit comments