Code review
In a code review we read your source code instead of only testing it from the outside. That surfaces logic and authorization flaws a pure black-box test never triggers, because the right path is never reached from outside. We combine manual review along the OWASP Code Review Guide with automated static analysis (SAST): the tools sift the mass, a human judges business logic and context.
- Authentication, session handling and access control
- Injection points (SQL, command, template) at the source
- Handling of cryptography, secrets and keys in the code
- Vulnerable dependencies and outdated libraries