Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C#: Blazor: Support string literals as property names in jump nodes #19145

Merged

Conversation

tamasvajk
Copy link
Contributor

@tamasvajk tamasvajk commented Mar 28, 2025

Continuation of #18957.

Older versions of Blazor used a string literal instead of a nameof expression in order to specify the property being set. Therefore, it is necessary to modify the corresponding jump node in order to model the steps correctly.

Comment on lines 1 to 2
query: Security Features/CWE-079/XSS.ql
postprocess: utils/test/PrettyPrintModels.ql

Check warning

Code scanning / CodeQL

Query test without inline test expectations Warning

Query test does not use inline test expectations.
Comment on lines 1 to 2
query: Security Features/CWE-079/XSS.ql
postprocess: utils/test/PrettyPrintModels.ql

Check warning

Code scanning / CodeQL

Query test without inline test expectations Warning

Query test does not use inline test expectations.
Comment on lines 1 to 2
query: Security Features/CWE-079/XSS.ql
postprocess: utils/test/PrettyPrintModels.ql

Check warning

Code scanning / CodeQL

Query test without inline test expectations Warning

Query test does not use inline test expectations.
@@ -0,0 +1 @@
Security Features/CWE-079/XSS.ql

Check warning

Code scanning / CodeQL

Query test without inline test expectations Warning test

Query test does not use inline test expectations.
egregius313 and others added 5 commits March 28, 2025 16:04
… `nameof` expression

In earlier versions of the Razor generator, a string literal was used
instead of a `nameof` expression in order to indicate the name of the
property being modified. This means we need to look up the property by
name instead of using a more explicit access.
@tamasvajk tamasvajk force-pushed the tamasvajk/blazor/parameter-passing-jumpnode-2 branch from 61e2aa7 to 32448c1 Compare March 28, 2025 15:04
@tamasvajk tamasvajk marked this pull request as ready for review March 28, 2025 15:06
@tamasvajk tamasvajk requested a review from a team as a code owner March 28, 2025 15:06
@michaelnebel michaelnebel self-requested a review April 1, 2025 06:50
Copy link
Contributor

@michaelnebel michaelnebel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for doing this @tamasvajk !

Copy link
Contributor

@michaelnebel michaelnebel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!
Maybe run DCA before merging.

@tamasvajk tamasvajk merged commit befc2fd into github:main Apr 3, 2025
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants