mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Merge pull request #2737 from leigh-johnson/2725
Fix xss vulnerability in group count tooltip
This commit is contained in:
commit
cc89364c28
@ -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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user