Question
1
Replies
24
Views
Accenture
Posted: September 22, 2020
Last activity: September 22, 2020
Pega RPA : Static code scanner
Is there a recommended tool for Pega RPA static code scan to identify SQL injection or other security related issues.
Not that I am aware of. Pega Robotics code isn't a traditional coding language. In addition, it can have C#, JavaScript, SQL, etc...executed within an automation. The files created by the designer are XML files, which I supposed could be analyzed by any tool capable of scanning XML.