mirror of
https://github.com/apache/nifi.git
synced 2025-02-16 15:06:00 +00:00
[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:
parent
9198bee038
commit
2dde480029
@ -681,7 +681,8 @@
|
||||
sortable: true,
|
||||
resizable: true,
|
||||
cssClass: 'cell-right',
|
||||
headerCssClass: 'header-right'
|
||||
headerCssClass: 'header-right',
|
||||
formatter: nfCommon.genericValueFormatter
|
||||
},
|
||||
{
|
||||
id: 'nonHeapUsed',
|
||||
|
@ -643,7 +643,7 @@
|
||||
markup += dataContext.component.action;
|
||||
}
|
||||
|
||||
return markup;
|
||||
return nfCommon.escapeHtml(markup);
|
||||
};
|
||||
|
||||
var userPoliciesColumns = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user