mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-15 12:31:48 -05:00
xss tooltip vulnerability fixes
This commit is contained in:
@@ -26,7 +26,7 @@ export default ['i18n', function(i18n) {
|
||||
label: i18n._('Name'),
|
||||
columnClass: 'col-md-3 col-sm-9 col-xs-9',
|
||||
modalColumnClass: 'col-md-12',
|
||||
awToolTip: '{{credential.description}}',
|
||||
awToolTip: '{{credential.description | sanitize}}',
|
||||
dataPlacement: 'top'
|
||||
},
|
||||
kind: {
|
||||
|
||||
Reference in New Issue
Block a user