0 votes
in Fortify code scanner by
What is Static Code Analysis?

1 Answer

0 votes
by
  • Static code analysis is a method of automating the debug process of source code before the program is executed.
  • The process of analyzing the source code against the set of coding standards.
  • Addresses the problem of identifying the places that might lead to Security Vulnerabilities.
  • Analysis can be done either on Source code or binary code.
...