Modify ↓
#817 closed defect (fixed)
User names associated with ticket attachments are not HTML-escaped
| Reported by: | Christopher Lenz | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.8 |
| Component: | ticket system | Version: | devel |
| Severity: | minor | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
As can be seen on ticket #791 (as of this writing), the name of the user that has added an attachment to the ticket is not escaped. In particular, this is a problem with session names including the email address, such as Tom example <tom@example.com>. Here the email address in interpreted as a tag by browsers.
Attachments (0)
Note:
See TracTickets
for help on using tickets.



That appears to have been fixed in [913].