Closed
Bug 587193
Opened 15 years ago
Closed 15 years ago
[EB]:traceback on collections/add
Categories
(addons.mozilla.org Graveyard :: Collections, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
5.11.8
People
(Reporter: krupa.mozbugs, Assigned: jbalogh)
References
()
Details
(Whiteboard: [z])
steps to reproduce:
1.Go to https://preview.addons.mozilla.org/z/en-US/firefox/collections/add
2.Add a name,select privacy_setting to be "public"
3.Add an add-on
4.Add a comment- "'><script>alert('problem')</script>
5.Submit the collection.
observed behavior:
traceback on collections/add
| Assignee | ||
Comment 1•15 years ago
|
||
File "/data/amo_python/www/preview/zamboni/vendor/src/django/django/forms/forms.py", line 287, in _clean_fields
value = getattr(self, 'clean_%s' % name)()
File "/data/amo_python/www/preview/zamboni/apps/bandwagon/forms.py", line 51, in clean_addon_comment
return dict(zip(map(int, addon_ids),
ValueError: invalid literal for int() with base 10: ''
Updated•15 years ago
|
Assignee: nobody → dd
| Assignee | ||
Comment 2•15 years ago
|
||
Assignee: dd → jbalogh
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 3•15 years ago
|
||
No tracebacks while adding a collection.verified Fixed.
Status: RESOLVED → VERIFIED
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•