Skip to content

Commit b41bb3f

Browse files
michaelnebelhvitved
authored andcommitted
C#: System.Web.HttpResponse.Write is now considered safe (known) and will this not show up as untrusted external API.
1 parent 97c6d78 commit b41bb3f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
edges
2-
| UntrustedData.cs:9:20:9:42 | access to property QueryString : NameValueCollection | UntrustedData.cs:13:28:13:31 | access to local variable name |
32
nodes
43
| UntrustedData.cs:9:20:9:30 | access to property Request | semmle.label | access to property Request |
54
| UntrustedData.cs:9:20:9:42 | access to property QueryString | semmle.label | access to property QueryString |
6-
| UntrustedData.cs:9:20:9:42 | access to property QueryString : NameValueCollection | semmle.label | access to property QueryString : NameValueCollection |
7-
| UntrustedData.cs:13:28:13:31 | access to local variable name | semmle.label | access to local variable name |
85
subpaths
96
#select
107
| UntrustedData.cs:9:20:9:30 | access to property Request | UntrustedData.cs:9:20:9:30 | access to property Request | UntrustedData.cs:9:20:9:30 | access to property Request | Call to System.Web.HttpRequest.get_QueryString with untrusted data from $@. | UntrustedData.cs:9:20:9:30 | access to property Request | access to property Request |
118
| UntrustedData.cs:9:20:9:42 | access to property QueryString | UntrustedData.cs:9:20:9:42 | access to property QueryString | UntrustedData.cs:9:20:9:42 | access to property QueryString | Call to System.Collections.Specialized.NameValueCollection.get_Item with untrusted data from $@. | UntrustedData.cs:9:20:9:42 | access to property QueryString | access to property QueryString |
12-
| UntrustedData.cs:13:28:13:31 | access to local variable name | UntrustedData.cs:9:20:9:42 | access to property QueryString : NameValueCollection | UntrustedData.cs:13:28:13:31 | access to local variable name | Call to System.Web.HttpResponse.Write with untrusted data from $@. | UntrustedData.cs:9:20:9:42 | access to property QueryString : NameValueCollection | access to property QueryString : NameValueCollection |

0 commit comments

Comments
 (0)