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 ac5ec06 commit 682f59fCopy full SHA for 682f59f
rust/ql/lib/codeql/rust/security/SensitiveData.qll
@@ -112,9 +112,7 @@ private class SensitiveVariableAccess extends SensitiveData {
112
override SensitiveDataClassification getClassification() { result = classification }
113
}
114
115
-Expr fieldExprParentField(FieldExpr fe) {
116
- result = fe.getParentNode()
117
-}
+private Expr fieldExprParentField(FieldExpr fe) { result = fe.getParentNode() }
118
119
/**
120
* A field access data flow node that might be sensitive data.
0 commit comments