Skip to content

Commit edefda9

Browse files
committed
C++: Make QL-for-QL happy.
1 parent 813d166 commit edefda9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Security/CWE/CWE-313/CleartextSqliteDatabase.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class FromSensitiveConfiguration extends TaintTracking::Configuration {
5555

5656
override predicate allowImplicitRead(DataFlow::Node node, DataFlow::ContentSet content) {
5757
// flow out from fields at the sink (only).
58-
isSink(node) and
58+
this.isSink(node) and
5959
// constrain `content` to a field inside the node.
6060
exists(Class c |
6161
node.asExpr().getUnspecifiedType().stripType() = c and

0 commit comments

Comments
 (0)