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
What steps will reproduce the problem?
1. Set a Label with the value of a QueryParameter in an ActivityOperation
2. Generate the application, and insert HTML into the provided QueryParameter,
e.g. index.php?message=<b>hello<b/>
What is the expected output? What do you see instead?
Expected: The Label is set to <b>...
Actual: The Label is set to <b>...
This represents an XSS vunerability. This should either be a new verification
technique, or a simple Checks warning, or a property of the metamodel (but this
is similar to PHP's magic_quotes).
Original issue reported on code.google.com by soundasleep on 21 Jul 2011 at 3:51
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
soundasleep
on 21 Jul 2011 at 3:51The text was updated successfully, but these errors were encountered: