SECU0001 Alerts logged when performing OOTB action in Pega 8.8.3

Hi,

We have a radio button on which we have added action set to refresh the section on click. Whenever we are performing this action we are noticing a SECU0001 alert being logged in PDC.

In other Pega queries it is mentioned that this alert wont be logged from Pega 8.5 versions yet it is still available in Pega 8.8

Can we get the insights on why it is happening and how to eradicate these alerts.

@SaneethR16776883

Set the following prconfig setting to false to disable the alert.

For more information to stop the alert, refer to the following:

https://community.pega.com/support/support-articles/secu0001-alert-continuously-appears-alert-logs?
https://community.pega.com/knowledgebase/articles/security-settings-prconfigxml-file

.

Also since Pega mentioned already that its fixed from version 8.2, then its better you raise a ticket with Pega GCS.

@SaneethR16776883 - Verify whether on that screen we have any hidden control using the property pyShowCompletedAssignments present ? If yes can you verify the issue by removing the hidden elements.

For suppressing the alert can create DSS with below details.

  • Owning-Ruleset: Pega-Engine
  • Purpose: prconfig/security/UnexpectedInputPropertyAlert/default
  • Value: false

Thank you.