[NIFI-3906] Introduce additional validation when handling user-supplied input to ensure appropriate values and output encoding within SlickGrid tables. This closes #1818

This commit is contained in:
Scott Aslan 2017-05-17 11:32:33 -04:00 committed by Matt Gilman
parent 9198bee038
commit 2dde480029
No known key found for this signature in database
GPG Key ID: DF61EC19432AEE37
2 changed files with 3 additions and 2 deletions

View File

@ -681,7 +681,8 @@
sortable: true,
resizable: true,
cssClass: 'cell-right',
headerCssClass: 'header-right'
headerCssClass: 'header-right',
formatter: nfCommon.genericValueFormatter
},
{
id: 'nonHeapUsed',

View File

@ -643,7 +643,7 @@
markup += dataContext.component.action;
}
return markup;
return nfCommon.escapeHtml(markup);
};
var userPoliciesColumns = [