84.4k views
3 votes
The vulnerabilities common to the software development process, including buffer overflows, race conditions, input validation attacks, authentication attacks, authorization attacks, and cryptographic attacks, and how we might mitigate these by following secure coding guidelines. Besides protecting O S software on hosts, there is a need to protect applications that run on these devices. Aspects of application security includes all except:____.

A. Application development security.
B. Secure coding techniques.
C. Code testing.
D. Requirement Assessment.

User ReKx
by
4.9k points

1 Answer

1 vote

Answer:

Aspects of application security includes all except:____.

D. Requirement Assessment.

Step-by-step explanation:

The requirement assessment is carried out during the initial development stage to meet the user's requirements. This assessment does not necessarily deal with application security. However, the other three aspects are security-related. They focus on the areas where application security is mostly required to reduce errors and technical weaknesses of a software, including authentication, privacy, access control, data segregation, and error handling.

User Miltonb
by
5.0k points