Skip to content

Commit 94780aa

Browse files
committed
Swift: Effect on the taint/core test.
1 parent 1259f8d commit 94780aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

swift/ql/test/library-tests/dataflow/taint/core/Taint.expected

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,10 @@ edges
7272
| subscript.swift:14:15:14:23 | call to source2() | subscript.swift:14:15:14:26 | ...[...] |
7373
| try.swift:9:17:9:24 | call to source() | try.swift:9:13:9:24 | try ... |
7474
| 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 | ...! |
7576
| 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] |
7679
nodes
7780
| file://:0:0:0:0 | .first | semmle.label | .first |
7881
| file://:0:0:0:0 | .second | semmle.label | .second |
@@ -185,7 +188,9 @@ nodes
185188
| try.swift:15:12:15:24 | try! ... | semmle.label | try! ... |
186189
| try.swift:15:17:15:24 | call to source() | semmle.label | call to source() |
187190
| try.swift:18:12:18:27 | ...! | semmle.label | ...! |
191+
| try.swift:18:13:18:25 | try? ... [some:0] | semmle.label | try? ... [some:0] |
188192
| 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] |
189194
subpaths
190195
| 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 |
191196
| 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] |

0 commit comments

Comments
 (0)