File tree Expand file tree Collapse file tree
swift/ql/lib/codeql/swift/frameworks Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /**
2+ * Provides models for the AEXML library.
3+ */
4+
15import swift
26
37/** The creation of an `AEXMLParser`. */
Original file line number Diff line number Diff line change 11/**
2- * Models for the Alamofire networking library.
2+ * Provides models for the Alamofire networking library.
33 */
44
55import swift
Original file line number Diff line number Diff line change 1+ /**
2+ * Provides models for the libxml2 library.
3+ */
4+
15import swift
26
37/**
Original file line number Diff line number Diff line change 1+ /**
2+ * Provides models related to custom URL schemes.
3+ */
4+
15import swift
26private import codeql.swift.dataflow.DataFlow
37private import codeql.swift.dataflow.ExternalFlow
Original file line number Diff line number Diff line change 1+ /**
2+ * Provides models for the `Data` Swift class.
3+ */
4+
15import swift
26private import codeql.swift.dataflow.ExternalFlow
37
Original file line number Diff line number Diff line change 1+ /**
2+ * Provides models for the `FilePath` Swift class.
3+ */
4+
15import swift
26private import codeql.swift.dataflow.ExternalFlow
37
Original file line number Diff line number Diff line change 1+ /**
2+ * Provides models for the `InputStream` Swift class.
3+ */
4+
15import swift
26private import codeql.swift.dataflow.ExternalFlow
37
Original file line number Diff line number Diff line change 1- /** Provides classes and models to work with `NSData`-related objects. */
1+ /**
2+ * Provides models for `NSData` and related Swift classes.
3+ */
24
35import swift
46private import codeql.swift.dataflow.DataFlow
Original file line number Diff line number Diff line change 1+ /**
2+ * Provides models for the `NSURL` Swift class.
3+ */
4+
15import swift
26private import codeql.swift.dataflow.ExternalFlow
37
Original file line number Diff line number Diff line change 1+ /**
2+ * Provides models for `String` and related Swift classes.
3+ */
4+
15import swift
26private import codeql.swift.dataflow.DataFlow
37private import codeql.swift.dataflow.ExternalFlow
You can’t perform that action at this time.
0 commit comments