mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Remove Parameter from this PR
This commit is contained in:
committed by
GitHub
parent
d0c9ba19d7
commit
453913cd9f
@@ -2,6 +2,5 @@
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Added `remote` flow source models for properties of Blazor components annotated with any of the following attributes from `Microsoft.AspNetCore.Components`:
|
||||
- `[Parameter]`
|
||||
- `[SupplyParameterFromForm]`
|
||||
- `[SupplyParameterFromQuery]`
|
||||
|
||||
@@ -5,7 +5,6 @@ extensions:
|
||||
data:
|
||||
- ["Microsoft.AspNetCore.Components", "NavigationManager", True, "get_BaseUri", "", "", "ReturnValue", "remote", "manual"]
|
||||
- ["Microsoft.AspNetCore.Components", "NavigationManager", True, "get_Uri", "", "", "ReturnValue", "remote", "manual"]
|
||||
- ["Microsoft.AspNetCore.Components", "ParameterAttribute", False, "", "", "Attribute.Getter", "ReturnValue", "remote", "manual"]
|
||||
- ["Microsoft.AspNetCore.Components", "SupplyParameterFromFormAttribute", False, "", "", "Attribute.Getter", "ReturnValue", "remote", "manual"]
|
||||
- ["Microsoft.AspNetCore.Components", "SupplyParameterFromQueryAttribute", False, "", "", "Attribute.Getter", "ReturnValue", "remote", "manual"]
|
||||
- addsTo:
|
||||
|
||||
Reference in New Issue
Block a user