You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: csharp/ql/test/query-tests/Security Features/CWE-601/UrlRedirect/UrlRedirect.expected
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,6 @@ edges
5
5
| UrlRedirect.cs:23:22:23:52 | access to indexer : String | UrlRedirect.cs:48:29:48:31 | access to local variable url |
6
6
| UrlRedirect.cs:38:44:38:66 | access to property QueryString : NameValueCollection | UrlRedirect.cs:38:44:38:74 | access to indexer |
7
7
| UrlRedirect.cs:39:47:39:69 | access to property QueryString : NameValueCollection | UrlRedirect.cs:39:47:39:77 | access to indexer |
8
-
| UrlRedirect.cs:54:20:54:42 | access to property QueryString : NameValueCollection | UrlRedirect.cs:54:20:54:50 | access to indexer : String |
9
-
| UrlRedirect.cs:54:20:54:42 | access to property QueryString : NameValueCollection | UrlRedirect.cs:57:35:57:38 | access to local variable url3 |
10
-
| UrlRedirect.cs:54:20:54:50 | access to indexer : String | UrlRedirect.cs:57:35:57:38 | access to local variable url3 |
11
8
| UrlRedirectCore.cs:13:44:13:48 | value : String | UrlRedirectCore.cs:16:22:16:26 | access to parameter value |
12
9
| UrlRedirectCore.cs:13:44:13:48 | value : String | UrlRedirectCore.cs:19:44:19:48 | call to operator implicit conversion |
13
10
| UrlRedirectCore.cs:13:44:13:48 | value : String | UrlRedirectCore.cs:25:46:25:50 | call to operator implicit conversion |
@@ -29,9 +26,6 @@ nodes
29
26
| UrlRedirect.cs:39:47:39:69 | access to property QueryString : NameValueCollection | semmle.label | access to property QueryString : NameValueCollection |
30
27
| UrlRedirect.cs:39:47:39:77 | access to indexer | semmle.label | access to indexer |
31
28
| UrlRedirect.cs:48:29:48:31 | access to local variable url | semmle.label | access to local variable url |
32
-
| UrlRedirect.cs:54:20:54:42 | access to property QueryString : NameValueCollection | semmle.label | access to property QueryString : NameValueCollection |
33
-
| UrlRedirect.cs:54:20:54:50 | access to indexer : String | semmle.label | access to indexer : String |
34
-
| UrlRedirect.cs:57:35:57:38 | access to local variable url3 | semmle.label | access to local variable url3 |
35
29
| UrlRedirectCore.cs:13:44:13:48 | value : String | semmle.label | value : String |
36
30
| UrlRedirectCore.cs:16:22:16:26 | access to parameter value | semmle.label | access to parameter value |
37
31
| UrlRedirectCore.cs:19:44:19:48 | call to operator implicit conversion | semmle.label | call to operator implicit conversion |
@@ -51,7 +45,6 @@ subpaths
51
45
| UrlRedirect.cs:38:44:38:74 | access to indexer | UrlRedirect.cs:38:44:38:66 | access to property QueryString : NameValueCollection | UrlRedirect.cs:38:44:38:74 | access to indexer | Untrusted URL redirection due to $@. | UrlRedirect.cs:38:44:38:66 | access to property QueryString | user-provided value |
52
46
| UrlRedirect.cs:39:47:39:77 | access to indexer | UrlRedirect.cs:39:47:39:69 | access to property QueryString : NameValueCollection | UrlRedirect.cs:39:47:39:77 | access to indexer | Untrusted URL redirection due to $@. | UrlRedirect.cs:39:47:39:69 | access to property QueryString | user-provided value |
53
47
| UrlRedirect.cs:48:29:48:31 | access to local variable url | UrlRedirect.cs:23:22:23:44 | access to property QueryString : NameValueCollection | UrlRedirect.cs:48:29:48:31 | access to local variable url | Untrusted URL redirection due to $@. | UrlRedirect.cs:23:22:23:44 | access to property QueryString | user-provided value |
54
-
| UrlRedirect.cs:57:35:57:38 | access to local variable url3 | UrlRedirect.cs:54:20:54:42 | access to property QueryString : NameValueCollection | UrlRedirect.cs:57:35:57:38 | access to local variable url3 | Untrusted URL redirection due to $@. | UrlRedirect.cs:54:20:54:42 | access to property QueryString | user-provided value |
55
48
| UrlRedirectCore.cs:16:22:16:26 | access to parameter value | UrlRedirectCore.cs:13:44:13:48 | value : String | UrlRedirectCore.cs:16:22:16:26 | access to parameter value | Untrusted URL redirection due to $@. | UrlRedirectCore.cs:13:44:13:48 | value | user-provided value |
56
49
| UrlRedirectCore.cs:19:44:19:48 | call to operator implicit conversion | UrlRedirectCore.cs:13:44:13:48 | value : String | UrlRedirectCore.cs:19:44:19:48 | call to operator implicit conversion | Untrusted URL redirection due to $@. | UrlRedirectCore.cs:13:44:13:48 | value | user-provided value |
57
50
| UrlRedirectCore.cs:25:46:25:50 | call to operator implicit conversion | UrlRedirectCore.cs:13:44:13:48 | value : String | UrlRedirectCore.cs:25:46:25:50 | call to operator implicit conversion | Untrusted URL redirection due to $@. | UrlRedirectCore.cs:13:44:13:48 | value | user-provided value |
0 commit comments