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 d15420c commit 86b0faeCopy full SHA for 86b0fae
swift/ql/lib/codeql/swift/security/CleartextLoggingQuery.qll
@@ -27,9 +27,9 @@ module CleartextLoggingConfig implements DataFlow::ConfigSig {
27
}
28
29
predicate allowImplicitRead(DataFlow::Node node, DataFlow::ContentSet c) {
30
- // flow out from array content at the sink.
+ // flow out from collection content at the sink.
31
isSink(node) and
32
- c.getAReadContent() instanceof DataFlow::Content::ArrayContent
+ c.getAReadContent() instanceof DataFlow::Content::CollectionContent
33
34
35
0 commit comments