We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38c487a commit af56c78Copy full SHA for af56c78
1 file changed
cpp/ql/src/Security/CWE/CWE-190/ArithmeticUncontrolled.ql
@@ -108,6 +108,7 @@ class UncontrolledArithConfiguration extends TaintTracking::Configuration {
108
}
109
110
111
+/** Gets the expression that corresponds to `node`, if any. */
112
Expr getExpr(DataFlow::Node node) { result = [node.asExpr(), node.asDefiningArgument()] }
113
114
from
0 commit comments