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 949cfb7 commit 556d68aCopy full SHA for 556d68a
swift/ql/src/queries/Security/CWE-311/CleartextTransmission.ql
@@ -66,8 +66,7 @@ class AlamofireTransmitted extends Transmitted {
66
fName.regexpMatch("(request|streamRequest|download)\\(.*") and
67
(
68
call.getArgument(0).getExpr() = this or
69
- call.getArgumentWithLabel("parameters").getExpr() = this or
70
- call.getArgumentWithLabel("headers").getExpr() = this
+ call.getArgumentWithLabel(["headers", "parameters"]).getExpr() = this
71
)
72
73
}
0 commit comments