Merge pull request #2737 from leigh-johnson/2725

Fix xss vulnerability in group count tooltip
This commit is contained in:
Leigh Johnson 2016-07-01 15:39:53 -04:00 committed by GitHub
commit cc89364c28

View File

@ -61,7 +61,7 @@ export default
type: 'badgeCount',
ngHide: 'group.total_groups == 0',
noLink: true,
awToolTip: "{{group.name}} contains {{group.total_groups}} {{group.total_groups === 1 ? 'child' : 'children'}}",
awToolTip: "{{group.name | sanitize}} contains {{group.total_groups}} {{group.total_groups === 1 ? 'child' : 'children'}}",
searchable: false,
},
source: {