##// END OF EJS Templates
issue-tracker: fixed XSS in the newly generated description fields.
marcink -
r4362:b34cd890 stable
parent child Browse files
Show More
@@ -1492,7 +1492,7 b' def _process_url_func(match_obj, repo_na'
1492 'id-repr': issue_id,
1492 'id-repr': issue_id,
1493 'issue-prefix': entry['pref'],
1493 'issue-prefix': entry['pref'],
1494 'serv': entry['url'],
1494 'serv': entry['url'],
1495 'title': desc,
1495 'title': bleach.clean(desc, strip=True),
1496 'hovercard_url': hovercard_url
1496 'hovercard_url': hovercard_url
1497 }
1497 }
1498
1498
General Comments 0
You need to be logged in to leave comments. Login now