Skip to content

Commit c3c86a7

Browse files
committed
Swift: Update comment.
1 parent dc47771 commit c3c86a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/src/queries/Security/CWE-311/CleartextStorageDatabase.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class CleartextStorageConfig extends TaintTracking::Configuration {
7878

7979
override predicate allowImplicitRead(DataFlow::Node node, DataFlow::ContentSet c) {
8080
// flow out from fields of a `RealmSwiftObject` at the sink, for example in
81-
// `obj.var = tainted; sink(obj)`.
81+
// `realmObj.data = sensitive`.
8282
isSink(node) and
8383
exists(ClassDecl cd |
8484
c.getAReadContent().(DataFlow::Content::FieldContent).getField() = cd.getAMember() and

0 commit comments

Comments
 (0)