Files
gitlabhq/features/steps/project
Douwe MaanandRémy Coutable 2c9cd67f78 Merge branch 'rs-issue-15126' into 'master'
Remove persistent XSS vulnerability in `commit_person_link` helper

Because we were incorrectly supplying the tooltip title as
`data-original-title` (which Bootstrap's Tooltip JS automatically
applies based on the `title` attribute; we should never be setting it
directly), the value was being passed through as-is.

Instead, we should be supplying the normal `title` attribute and letting
Rails escape the value, which also negates the need for us to call
`sanitize` on it.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15126

See merge request !1948

Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-04-19 17:35:32 +02:00
..
2015-12-23 20:36:29 -05:00
2016-01-20 00:17:21 -05:00
2015-12-04 07:13:28 -08:00
2015-12-15 00:53:52 -02:00
2015-10-03 19:59:54 -05:00
2015-12-18 14:19:48 -06:00
2015-12-23 12:26:50 -05:00