-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
ApplicationConfig unescaped #20
Comments
@mamont77 are you running the latest version? Escaping should be applied there... Originally posted by @Ocramius at zendframework/zend-developer-tools#116 (comment) |
@Ocramius, yes. I'am using latest master. Originally posted by @mamont77 at zendframework/zend-developer-tools#116 (comment) |
Could you please paste the HTML generated by the toolbar? I didn't find the location where the output would not be correctly escaped.. Originally posted by @Ocramius at zendframework/zend-developer-tools#116 (comment) |
Sorry, I could not attach a file, unsupported format. Originally posted by @mamont77 at zendframework/zend-developer-tools#116 (comment) |
@mamont77 if I get this correctly, it's a problem in The problems are at https://github.com/mamont77/fcontrol/blob/master/temp.html#L367, right? If so, then this issue should be opened against Originally posted by @Ocramius at zendframework/zend-developer-tools#116 (comment) |
@Ocramius I'm not convinced by your analysis.
Based on the configuration dumped, I'd argue it's a problem with Originally posted by @weierophinney at zendframework/zend-developer-tools#116 (comment) |
@weierophinney no analysis: I just stopped after finding out that it's not ZDT ;) Originally posted by @Ocramius at zendframework/zend-developer-tools#116 (comment) |
Odd -- I took the relevant parts of the configuration:
and wrote a test to see if the values were being escaped. They were. In fact, all quotes, all angle brackets, and a number of other characters were being escaped for HTML. This makes me wonder if it's either (a) browser-specific, or (b) an issue with how the JS library is handling the data. Originally posted by @weierophinney at zendframework/zend-developer-tools#116 (comment) |
Escaped contents should already handled in laminas-developer-tools ^1.3.1 || ^2.0.2. If you found the problem persist, please re-create issue. Closing. |
Hi.
Broken page because the code is displayed unescaped.
It seems there is a problem in ConfigCollector::unserializeArray().
Originally posted by @mamont77 at zendframework/zend-developer-tools#116
The text was updated successfully, but these errors were encountered: