We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37cdef7 commit 208a728Copy full SHA for 208a728
2 files changed
swift/ql/lib/codeql/swift/frameworks/Alamofire/Alamofire.qll
@@ -26,7 +26,7 @@ private class AlamofireResponseType extends NominalTypeDecl {
26
}
27
28
/**
29
- * A remote flow source that is an access to a remote data from an Alamofire response handler.
+ * A remote flow source that is an access to remote data from an Alamofire response handler.
30
*/
31
private class AlamofireResponseSource extends RemoteFlowSource {
32
AlamofireResponseSource() {
swift/ql/test/library-tests/dataflow/flowsources/alamofire.swift
@@ -332,7 +332,7 @@ struct MyStreamSerializer: DataStreamSerializer {
332
struct MyDecodable: Decodable {
333
334
335
-func doSomething(_ v: Any) {}
+func doSomething(_ p: Any) {}
336
337
func testAlamofire() {
338
// requests
0 commit comments