Files
codeql/csharp/ql/test/library-tests/dataflow/flowsources/remote/remoteFlowSource.expected
2021-07-01 16:09:11 +02:00

12 lines
900 B
Plaintext

| Controller.cs:11:43:11:52 | sampleData | ASP.NET MVC action method parameter |
| Controller.cs:11:62:11:66 | taint | ASP.NET MVC action method parameter |
| Controller.cs:16:43:16:52 | sampleData | ASP.NET MVC action method parameter |
| Controller.cs:16:62:16: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 |