mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 11:41:08 -03:30
Merge pull request #2737 from leigh-johnson/2725
Fix xss vulnerability in group count tooltip
This commit is contained in:
@@ -61,7 +61,7 @@ export default
|
|||||||
type: 'badgeCount',
|
type: 'badgeCount',
|
||||||
ngHide: 'group.total_groups == 0',
|
ngHide: 'group.total_groups == 0',
|
||||||
noLink: true,
|
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,
|
searchable: false,
|
||||||
},
|
},
|
||||||
source: {
|
source: {
|
||||||
|
|||||||
Reference in New Issue
Block a user