Reputation: 71
Is there available any tool or framework for automated security testing of Oracle Apex 20.1 application?
I found Apex-sert but as the README on their github page says it supports only older versions.
https://github.com/OraOpenSource/apex-sert
Upvotes: 3
Views: 850
Reputation: 1
Since recently we published APEX SERT for APEX 19.x, 20.x, 21.x and 22.x
You can find more details here https://lschilde.blogspot.com/2023/03/apex-sert-for-apex-191-apex-192-apex.html
Upvotes: -1
Reputation: 849
I've never seen an automation tool specific for APEX, however there are some that are surprisingly capable or navigating it in and have a low learning curve.
Have you ever tried cypress ? We use it here and it does the trick with APEX and many other types of web applications.
If you never heard of it, I could recommend this video from insum
Upvotes: 0
Reputation: 11
You can download from my fork https://github.com/rajeshvig/apex-sert, last build is for 19.1 but i didn't have to make any changes till 20.2 after this as it works as is
Upvotes: 1
Reputation: 431
No, There is no tool or framework for automated security testing of Oracle Apex 20.1 application as of now.
Upvotes: 0