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 51d2b52 commit d0b9920Copy full SHA for d0b9920
java/ql/lib/semmle/code/java/security/CleartextStorageQuery.qll
@@ -88,7 +88,7 @@ private class EncryptedValueFlowConfig extends DataFlow4::Configuration {
88
src.asExpr() instanceof EncryptedSensitiveMethodAccess
89
}
90
91
- override predicate isSink(DataFlow::Node sink) { sink instanceof CleartextStorageSink }
+ override predicate isSink(DataFlow::Node sink) { sink.asExpr() instanceof SensitiveExpr }
92
93
94
/** A taint step for `EditText.toString` in Android. */
0 commit comments