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 813d166 commit edefda9Copy full SHA for edefda9
cpp/ql/src/Security/CWE/CWE-313/CleartextSqliteDatabase.ql
@@ -55,7 +55,7 @@ class FromSensitiveConfiguration extends TaintTracking::Configuration {
55
56
override predicate allowImplicitRead(DataFlow::Node node, DataFlow::ContentSet content) {
57
// flow out from fields at the sink (only).
58
- isSink(node) and
+ this.isSink(node) and
59
// constrain `content` to a field inside the node.
60
exists(Class c |
61
node.asExpr().getUnspecifiedType().stripType() = c and
0 commit comments