Skip to content

Commit 4f87ac3

Browse files
committed
wip
1 parent 14606f4 commit 4f87ac3

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed
Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
1-
failures
21
testFailures
2+
| custom.swift:54:12:54:12 | mc1 | Unexpected result: tainted=data3 |
3+
| custom.swift:55:12:55:17 | ...[...] | Unexpected result: tainted=data3 |
4+
| custom.swift:62:12:62:12 | mc2 | Unexpected result: tainted=data4 |
5+
| custom.swift:63:12:63:17 | ...[...] | Unexpected result: tainted=data4 |
6+
| custom.swift:70:12:70:12 | mc3 | Unexpected result: tainted=data1 |
7+
| custom.swift:71:12:71:17 | ...[...] | Unexpected result: tainted=data1 |
8+
| custom.swift:78:12:78:12 | mc4 | Unexpected result: tainted=data1 |
9+
| custom.swift:79:12:79:17 | ...[...] | Unexpected result: tainted=data1 |
10+
| custom.swift:106:12:106:12 | mc6 | Unexpected result: tainted=data9 |
11+
| custom.swift:107:12:107:17 | ...[...] | Unexpected result: tainted=data9 |
12+
failures
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1+
/**
2+
* @kind path-problem
3+
*/
4+
15
import TestUtilities.InlineFlowTest
26

37
string customTaintFlowTag() { result = "tainted" }
48

59
import FlowTest<NoFlowConfig, DefaultFlowConfig, defaultValueFlowTag/0, customTaintFlowTag/0>
10+
import PathGraph
11+
12+
from PathNode source, PathNode sink
13+
where flowPath(source, sink)
14+
select sink, source, sink, "$@", source, source.toString()

0 commit comments

Comments
 (0)