Files
codeql/csharp/ql/test/library-tests/dataflow/flowsources/remote/remoteFlowSource.expected
2018-08-02 17:53:23 +01:00

12 lines
900 B
Plaintext

| Controller.cs:13:43:13:52 | sampleData | ASP.NET MVC action method parameter |
| Controller.cs:13:62:13:66 | taint | ASP.NET MVC action method parameter |
| Controller.cs:18:43:18:52 | sampleData | ASP.NET MVC action method parameter |
| Controller.cs:18:62:18:66 | taint | ASP.NET MVC action method parameter |
| RemoteFlowSource.cs:36:17:36:23 | access to parameter request | ASP.NET query string |
| RemoteFlowSource.cs:37:17:37:23 | access to parameter textBox | ASP.NET user input |
| RemoteFlowSource.cs:40:44:40:53 | sampleData | web service input |
| RemoteFlowSource.cs:40:63:40:67 | taint | web service input |
| RemoteFlowSource.cs:46:17:46:23 | access to parameter request | ASP.NET query string |
| RemoteFlowSource.cs:51:17:51:23 | access to parameter request | ASP.NET query string |
| RemoteFlowSource.cs:51:17:51:42 | access to property RawUrl | ASP.NET unvalidated request data |