issue-tracker: fixed XSS in the newly generated description fields.
This commit is contained in:
parent
57f638e62f
commit
7324cb3270
1 changed files with 1 additions and 1 deletions
|
|
@ -1492,7 +1492,7 @@ def _process_url_func(match_obj, repo_name, uid, entry,
|
|||
'id-repr': issue_id,
|
||||
'issue-prefix': entry['pref'],
|
||||
'serv': entry['url'],
|
||||
'title': desc,
|
||||
'title': bleach.clean(desc, strip=True),
|
||||
'hovercard_url': hovercard_url
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue