Question
Accenture
AU
Last activity: 31 Oct 2022 9:37 EDT
Updating pyPublicDataPageWhiteList with a datapage as a parameter
As part of Pega Security Advisory (https://support.pega.com/support-doc/pega-security-advisory-d22-e22-f22-vulnerabilities-%E2%80%93-hotfix-matrix), we need to review our allow-listed Data Pages that are specified in the HTML rule pyPublicDataPageWhiteList.
However, some of the pega.api.ui.actions.getDataPage() calls are using parameters i.e. it is just passing a parameter "dataPage" from a function getDataPage(dataPage, callback, parameters) then calls pega.api.ui.actions.getDataPage(dataPage)
If this is the case, how would we update pyPublicDataPageWhiteList?
***Edited by Moderator Marije to add Capability tags***