Skip to content

Commit 097ac69

Browse files
committed
Rust: Current sources test regressions.
1 parent 8d0c14c commit 097ac69

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
| test.rs:114:26:114:50 | //... | Missing result: hasTaintFlow=request |
2+
| test.rs:115:25:115:49 | //... | Missing result: hasTaintFlow=request |
3+
| test.rs:121:22:121:46 | //... | Missing result: hasTaintFlow=request |
4+
| test.rs:217:24:217:89 | //... | Missing result: hasTaintFlow |

rust/ql/test/library-tests/dataflow/sources/TaintSources.expected

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#select
12
| test.rs:8:10:8:22 | ...::var | Flow source 'EnvironmentSource' of type environment (DEFAULT). |
23
| test.rs:9:10:9:25 | ...::var_os | Flow source 'EnvironmentSource' of type environment (DEFAULT). |
34
| test.rs:11:16:11:28 | ...::var | Flow source 'EnvironmentSource' of type environment (DEFAULT). |
@@ -21,8 +22,6 @@
2122
| test.rs:77:26:77:37 | ...::get | Flow source 'RemoteSource' of type remote (DEFAULT). |
2223
| test.rs:80:24:80:35 | ...::get | Flow source 'RemoteSource' of type remote (DEFAULT). |
2324
| test.rs:99:18:99:47 | ...::connect | Flow source 'RemoteSource' of type remote (DEFAULT). |
24-
| test.rs:113:31:113:42 | send_request | Flow source 'RemoteSource' of type remote (DEFAULT). |
25-
| test.rs:120:31:120:42 | send_request | Flow source 'RemoteSource' of type remote (DEFAULT). |
2625
| test.rs:210:22:210:35 | ...::stdin | Flow source 'StdInSource' of type stdin (DEFAULT). |
2726
| test.rs:216:22:216:35 | ...::stdin | Flow source 'StdInSource' of type stdin (DEFAULT). |
2827
| test.rs:222:22:222:35 | ...::stdin | Flow source 'StdInSource' of type stdin (DEFAULT). |
@@ -92,3 +91,6 @@
9291
| web_frameworks.rs:58:14:58:15 | ms | Flow source 'RemoteSource' of type remote (DEFAULT). |
9392
| web_frameworks.rs:68:15:68:15 | a | Flow source 'RemoteSource' of type remote (DEFAULT). |
9493
| web_frameworks.rs:68:15:68:15 | a | Flow source 'RemoteSource' of type remote (DEFAULT). |
94+
testFailures
95+
| test.rs:113:61:113:98 | //... | Missing result: Alert[rust/summary/taint-sources] |
96+
| test.rs:120:61:120:98 | //... | Missing result: Alert[rust/summary/taint-sources] |

0 commit comments

Comments
 (0)