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
| BlazorTest/Components/Pages/TestPage.razor:11:48:11:55 | access to property UrlParam | semmle.label | access to property UrlParam |
4
6
| BlazorTest/Components/Pages/TestPage.razor:20:60:20:69 | access to property QueryParam | semmle.label | access to property QueryParam |
7
+
| BlazorTest/Components/Pages/TestPage.razor:27:29:27:39 | access to property InputValue1 : String | semmle.label | access to property InputValue1 : String |
8
+
| BlazorTest/Components/Pages/TestPage.razor:29:53:29:63 | access to property InputValue1 | semmle.label | access to property InputValue1 |
5
9
subpaths
6
10
#select
7
11
| BlazorTest/Components/Pages/TestPage.razor:11:48:11:55 | access to property UrlParam | BlazorTest/Components/Pages/TestPage.razor:11:48:11:55 | access to property UrlParam | BlazorTest/Components/Pages/TestPage.razor:11:48:11:55 | access to property UrlParam | $@ flows to here and is written to HTML or JavaScript. | BlazorTest/Components/Pages/TestPage.razor:11:48:11:55 | access to property UrlParam | User-provided value |
8
12
| BlazorTest/Components/Pages/TestPage.razor:20:60:20:69 | access to property QueryParam | BlazorTest/Components/Pages/TestPage.razor:20:60:20:69 | access to property QueryParam | BlazorTest/Components/Pages/TestPage.razor:20:60:20:69 | access to property QueryParam | $@ flows to here and is written to HTML or JavaScript. | BlazorTest/Components/Pages/TestPage.razor:20:60:20:69 | access to property QueryParam | User-provided value |
13
+
| BlazorTest/Components/Pages/TestPage.razor:29:53:29:63 | access to property InputValue1 | BlazorTest/Components/Pages/TestPage.razor:27:29:27:39 | access to property InputValue1 : String | BlazorTest/Components/Pages/TestPage.razor:29:53:29:63 | access to property InputValue1 | $@ flows to here and is written to HTML or JavaScript. | BlazorTest/Components/Pages/TestPage.razor:27:29:27:39 | access to property InputValue1 : String | User-provided value |
// - if there's no custom `ValueChanged` handler defined on the `InputText` component, such as `<InputText Value="@InputValue1" ValueChanged="HandleChange" />` or
217
+
// - if `@bind-Value` is used on the component. In case of `<InputText Value="@InputValue1" />`, there's only one way binding.
0 commit comments