Skip to content

Commit 4bfe1a8

Browse files
committed
Rust: Update expected test output following rebase
1 parent d817727 commit 4bfe1a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rust/ql/test/query-tests/security/CWE-079/actix/XSS.expected

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
| main.rs:25:5:25:13 | ...::new | main.rs:8:1:8:18 | to | main.rs:25:5:25:13 | ...::new | Cross-site scripting vulnerability due to a $@. | main.rs:8:1:8:18 | to | user-provided value |
33
edges
44
| main.rs:8:1:8:18 | to | main.rs:9:29:9:51 | ...: ...::Path::<...> | provenance | Src:MaD:2 |
5-
| main.rs:9:29:9:51 | ...: ...::Path::<...> | main.rs:10:22:10:38 | path.into_inner() | provenance | MaD:3 |
5+
| main.rs:9:29:9:51 | ...: ...::Path::<...> | main.rs:10:22:10:25 | path | provenance | |
66
| main.rs:10:9:10:18 | user_input | main.rs:13:9:22:18 | MacroExpr | provenance | |
7+
| main.rs:10:22:10:25 | path | main.rs:10:22:10:38 | path.into_inner() | provenance | MaD:3 |
78
| main.rs:10:22:10:38 | path.into_inner() | main.rs:10:9:10:18 | user_input | provenance | |
89
| main.rs:12:9:12:12 | html | main.rs:25:15:25:18 | html | provenance | |
910
| main.rs:13:9:22:18 | ...::format(...) | main.rs:13:9:22:18 | { ... } | provenance | |
@@ -21,6 +22,7 @@ nodes
2122
| main.rs:8:1:8:18 | to | semmle.label | to |
2223
| main.rs:9:29:9:51 | ...: ...::Path::<...> | semmle.label | ...: ...::Path::<...> |
2324
| main.rs:10:9:10:18 | user_input | semmle.label | user_input |
25+
| main.rs:10:22:10:25 | path | semmle.label | path |
2426
| main.rs:10:22:10:38 | path.into_inner() | semmle.label | path.into_inner() |
2527
| main.rs:12:9:12:12 | html | semmle.label | html |
2628
| main.rs:13:9:22:18 | ...::format(...) | semmle.label | ...::format(...) |

0 commit comments

Comments
 (0)