Merge pull request #2419 from marshmalien/fix/1517-xss-application-token-description

Add sanitize filter to token description field
This commit is contained in:
Marliana Lara 2018-07-05 16:46:10 -04:00 committed by GitHub
commit 900cb56950
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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') }}"