mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Merge pull request #2419 from marshmalien/fix/1517-xss-application-token-description
Add sanitize filter to token description field
This commit is contained in:
commit
900cb56950
@ -29,7 +29,7 @@
|
||||
</at-row-item>
|
||||
<at-row-item
|
||||
label-value="{{:: vm.strings.get('list.ROW_ITEM_LABEL_DESCRIPTION') }}"
|
||||
value="{{ token.description }}">
|
||||
value="{{ token.description | sanitize }}">
|
||||
</at-row-item>
|
||||
<at-row-item
|
||||
label-value="{{:: vm.strings.get('list.ROW_ITEM_LABEL_SCOPE') }}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user