mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
fix xss vulnerability in group count tooltip, resolves #2725
This commit is contained in:
parent
2ff5efda3b
commit
bc09e42fbe
@ -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