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

Fix the safety of the stimulus_controller function #112

Merged
merged 1 commit into from
Feb 16, 2021

Conversation

stof
Copy link
Member

@stof stof commented Feb 16, 2021

This function is safe in an html_attr context (and so automatically in the html context thanks to the way Twig treats html as a subset of html_attr). But the implementation does not ensure safety in other contexts.

This function is safe in an html_attr context (and so automatically in the html context thanks to the way Twig treats html as a subset of html_attr). But the implementation does not ensure safety in other contexts.
@weaverryan
Copy link
Member

Thanks Stof!

@weaverryan weaverryan merged commit ed807e7 into symfony:main Feb 16, 2021
@stof stof deleted the patch-1 branch February 16, 2021 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants