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
In the mechanism for pre-populating forms with the most recent data, I inject raw request params into the DOM, as part of hidden input controls in a form. (These recycle back to the original form.) That injected data is not escaped, so there's likely a problem with cross-site-scripting there.
The text was updated successfully, but these errors were encountered:
In the mechanism for pre-populating forms with the most recent data, I inject raw request params into the DOM, as part of hidden input controls in a form. (These recycle back to the original form.) That injected data is not escaped, so there's likely a problem with cross-site-scripting there.
The text was updated successfully, but these errors were encountered: