top of page
Source Code Review
Source code inspection can find out unsafe syntax in source code and potential threats that may increase security risks. In the development stage of the application program, source code inspection should be incorporated in the entire development process, which will reduce the time and cost for developers to correct errors.
Source Code Review can be grouped in to three types
基本 Basic | 標準 Standard | 進階 Advanced | |
---|---|---|---|
源碼掃描 Code Walkthrough | ✔ | ✔ | ✔ |
檢測報告 Report | ✔ | ✔ | ✔ |
威脅定位 Vulnerability Identification | ✔ | ✔ | ✔ |
人工檢視 Manual Review | ✔ | ✔ | |
深入分析 Debugging | ✔ |
bottom of page