File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
swift/ql/test/library-tests/dataflow/taint/core Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 72
72
| subscript.swift:14:15:14:23 | call to source2() | subscript.swift:14:15:14:26 | ...[...] |
73
73
| try.swift:9:17:9:24 | call to source() | try.swift:9:13:9:24 | try ... |
74
74
| try.swift:15:17:15:24 | call to source() | try.swift:15:12:15:24 | try! ... |
75
+ | try.swift:18:13:18:25 | try? ... [some:0] | try.swift:18:12:18:27 | ...! |
75
76
| try.swift:18:18:18:25 | call to source() | try.swift:18:12:18:27 | ...! |
77
+ | try.swift:18:18:18:25 | call to source() | try.swift:18:18:18:25 | call to source() [some:0] |
78
+ | try.swift:18:18:18:25 | call to source() [some:0] | try.swift:18:13:18:25 | try? ... [some:0] |
76
79
nodes
77
80
| file://:0:0:0:0 | .first | semmle.label | .first |
78
81
| file://:0:0:0:0 | .second | semmle.label | .second |
@@ -185,7 +188,9 @@ nodes
185
188
| try.swift:15:12:15:24 | try! ... | semmle.label | try! ... |
186
189
| try.swift:15:17:15:24 | call to source() | semmle.label | call to source() |
187
190
| try.swift:18:12:18:27 | ...! | semmle.label | ...! |
191
+ | try.swift:18:13:18:25 | try? ... [some:0] | semmle.label | try? ... [some:0] |
188
192
| try.swift:18:18:18:25 | call to source() | semmle.label | call to source() |
193
+ | try.swift:18:18:18:25 | call to source() [some:0] | semmle.label | call to source() [some:0] |
189
194
subpaths
190
195
| stringinterpolation.swift:13:36:13:36 | pair [first] | stringinterpolation.swift:6:6:6:6 | self [first] | file://:0:0:0:0 | .first | stringinterpolation.swift:13:36:13:41 | .first |
191
196
| stringinterpolation.swift:19:13:19:20 | call to source() | stringinterpolation.swift:6:6:6:6 | value | file://:0:0:0:0 | [post] self [first] | stringinterpolation.swift:19:2:19:2 | [post] p1 [first] |
You can’t perform that action at this time.
0 commit comments