0 votes
in Fortify code scanner by
What steps are used code review cycle?

1 Answer

0 votes
by
A Part of Code Review
A Part of Code Review

The traditional four stages of the code review cycle are:

  • Establish Goals - Prioritizing the code to be reviewed first.
  • Run the Static Analysis tool - Runs the code against the defined set of rules
  • Review the code (Human review) - time to review with your own eyes.
  • Bug Fixing- Time to fix the issues.

Related questions

0 votes
asked May 27, 2020 in Fortify code scanner by Hodge
+1 vote
asked May 28, 2020 in Fortify code scanner by Hodge
...