COMPUTER NETWORKING

NETWORK SECURITY

INTRODUCTION

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is code review?
A
The process of checking the source code of a system by experienced programmers to make sure that there are no vulnerabilities.
B
Checking the modules individually and their integration to the main program.
C
Using automated test systems
D
None of the above
Explanation: 

Detailed explanation-1: -Code Review is an integral process of software development that identifies bugs and defects before the testing phase. Code review is often overlooked as an ongoing practice during the development phase, but countless studies show it’s the most effective quality assurance strategy.

Detailed explanation-2: -Secure code review is a manual or automated process that examines an application’s source code. The goal of this examination is to identify any existing security flaws or vulnerabilities. Code review specifically looks for logic errors, examines spec implementation, and checks style guidelines, among other activities.

Detailed explanation-3: -What is Source Code Review? A secure code review is a line-by-line analysis of the source code of an application, usually performed to find any security risks overlooked during the pre or post-development phase.

Detailed explanation-4: -Code review helps developers learn the code base, as well as help them learn new technologies and techniques that grow their skill sets.

There is 1 question to complete.