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 dc47771 commit c3c86a7Copy full SHA for c3c86a7
swift/ql/src/queries/Security/CWE-311/CleartextStorageDatabase.ql
@@ -78,7 +78,7 @@ class CleartextStorageConfig extends TaintTracking::Configuration {
78
79
override predicate allowImplicitRead(DataFlow::Node node, DataFlow::ContentSet c) {
80
// flow out from fields of a `RealmSwiftObject` at the sink, for example in
81
- // `obj.var = tainted; sink(obj)`.
+ // `realmObj.data = sensitive`.
82
isSink(node) and
83
exists(ClassDecl cd |
84
c.getAReadContent().(DataFlow::Content::FieldContent).getField() = cd.getAMember() and
0 commit comments