top of page
technology-7111756.jpeg

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.

OSCP logo
CEH-Practical-Logo

Source Code Review can be grouped in to three types

基本 Basic
標準 Standard
進階 Advanced
源碼掃描 Code Walkthrough
檢測報告 Report
威脅定位 Vulnerability Identification
人工檢視 Manual Review
深入分析 Debugging

The basic solution uses only software scanning and does not include manual inspection. Such a report usually has a section with false positives, but it is sufficient for customers with general needs.

​Basic

bottom of page