Вы, кажется, не прочитали текст полностью.Code Review
указан как тип тестирования безопасности ...
Security testing is often broken out, somewhat arbitrarily, according to either the type of
vulnerability being tested or the type of testing being done. A common breakout is:
• Vulnerability Assessment – The system is scanned and analyzed for security
issues.
• Penetration Testing – The system undergoes analysis and attack from simulated
malicious attackers.
• Runtime Testing – The system undergoes analysis and security testing from an enduser.
• Code Review – The system code undergoes a detailed review and analysis looking
specifically for security vulnerabilities.
Далее в документе объясняется, что такое Penetration Testing
и как ZAP может использоваться как часть Penetration Test
.