SECU0019 alert being generated out of multiple PEGA activities
Hello everyone, since a month or more now, PDC is throwing an important amount of SECU0019 alerts in production environment. I know what you are thinking, i have tried that resolution to mess with the values related to this page Verify requests at the application layer | Pega to get rid of the alerts, but my aim is to know if it's related to PEGA or it's from my security structure, because from what i see all of the activities which are generating this issue are FINAL/PEGA main activities.
I tired a couple of tests and i figured out that when i login with an operator, the 'ShowDesktop' activity and much more system activities are showing this alert.
Also these are the parameters on most of the activities which are throwing this issue:

And here is an example of some SECU0019 alerts which i am getting:


Hello everyone, since a month or more now, PDC is throwing an important amount of SECU0019 alerts in production environment. I know what you are thinking, i have tried that resolution to mess with the values related to this page Verify requests at the application layer | Pega to get rid of the alerts, but my aim is to know if it's related to PEGA or it's from my security structure, because from what i see all of the activities which are generating this issue are FINAL/PEGA main activities.
I tired a couple of tests and i figured out that when i login with an operator, the 'ShowDesktop' activity and much more system activities are showing this alert.
Also these are the parameters on most of the activities which are throwing this issue:

And here is an example of some SECU0019 alerts which i am getting:


My questions are:
Are these alerts related to PEGA and i can't deal with them? If not, then how can i resolve the issue?
Tell me if there is any more information that i need to provide to simplify the explanation of this problem, thanks!
@HamdiB90 Hi, Did you find a solution for the same?
we are using 8.6.2 and we have faced this security alert. Also in addition on the UI we faced Unauthorized access 403 error as well where we were not able to load sections which have Run Script in the action set.
As a work around , we have temporarily set pyBlockUnregisteredRequests to false. This is resolving the 403 errors and the blank screen to enable users to accomplish their work
We had to change the condtion pxProcess.pzProductionLevel >=7 as our production level was set to 5.
Check of this works