Changes between Initial Version and Version 1 of Ticket #7272
- Timestamp:
- May 3, 2011, 8:36:24 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7272
-
Property
Status
changed from
new
toopen
-
Property
Summary
changed from
Autocomplete-combobox has a serious xss vulnerability
toCombobox demo: XSS vulnerability
-
Property
Status
changed from
-
Ticket #7272 – Description
initial v1 1 If the elements of the combobox contains any xss, it will be executed when the user try to filter its elements. 2 3 github pullrequest https://github.com/jquery/jquery-ui/pull/158 4 github commit https://github.com/plentz/jquery-ui/commit/aaa51190ad949c99228f425bbd2bad115977e7b0 1 The values of the select options should be treated as text, not html.