1. Ajay Mandal
  2. PowerBuilder
  3. Monday, 24 August 2020 17:29 PM UTC

Hi,

We have a medical records application built on PowerBuilder Platform 2017. We need to do a code audit on the application and the database to makes sure it meets all the regulatory requirements, including HIPPA, there are not security vulnerabilities in the code/database, or anomalies in coding standard, including any looping of coding practices. 

Is there a free or paid version of code scanning software that you can recommend for this project. It has to be compatible with PowerBuilder.

Thank you for your feedback. it is much appreciated.

AJ

Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Monday, 24 August 2020 17:55 PM UTC
  2. PowerBuilder
  3. # 1

Hi Ajay;

   There is no software that can audit PowerScript based applications. However, there are dozens of software audit tools that can audit C++. The good news is that the PB IDE can generate a C++ App EXE (aka Machine code compile). During the M-Code compilation, the PB IDE emits PowerScript => C++. This C++ code is the functional equivalent of the PowerScript. Thus, syphoning off the C++ source code and feeding this into audit software accomplishes this task. I have done this for dozens of PB Apps & customers when I was a consultant.

Food for thought.

HTH - Regards ... Chris

Comment
  1. Chris Pollach @Appeon
  2. Tuesday, 25 August 2020 01:38 AM UTC
  1. Helpful
There are no comments made yet.
Ajay Mandal Accepted Answer Pending Moderation
  1. Monday, 24 August 2020 21:36 PM UTC
  2. PowerBuilder
  3. # 2

Thanks Chris for your feedback. What are the software that we can use to do C++ code audits? Regards, Ajay

Comment
There are no comments made yet.
Christophe Dufourmantelle Accepted Answer Pending Moderation
  1. Wednesday, 26 August 2020 03:49 AM UTC
  2. PowerBuilder
  3. # 3

Hi Ajay, Chris,

 

Actually, we just added a new set of features in Visual Expert, to Audit PowerScript based applications.

This will scan code for security vulnerabilities, maintainability issues and bugs.

It will also cover Oracle and SQL Server code.

You can read more in this announcement,

and subscribe to the beta program - the beta version will be available in a few days.

 

Regards,

Christophe

Comment
  1. Chris Pollach @Appeon
  2. Wednesday, 26 August 2020 15:05 PM UTC
That is awesome news Christophe ... thanks for sharing! ?
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.