ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 364 - PT0-002 discussion

Report
Export

Which of the following types of information would most likely be included in an application security assessment report addressed to developers? (Select two).

A.
Use of non-optimized sort functions
Answers
A.
Use of non-optimized sort functions
B.
Poor input sanitization
Answers
B.
Poor input sanitization
C.
Null pointer dereferences
Answers
C.
Null pointer dereferences
D.
Non-compliance with code style guide
Answers
D.
Non-compliance with code style guide
E.
Use of deprecated Javadoc tags
Answers
E.
Use of deprecated Javadoc tags
F.
A cyclomatic complexity score of 3
Answers
F.
A cyclomatic complexity score of 3
Suggested answer: B, C

Explanation:

An application security assessment report aimed at developers typically includes information critical to understanding and improving the security and stability of the application. Poor input sanitization and null pointer dereferences are two such issues that are directly related to application security and can lead to significant vulnerabilities such as injection attacks or crashes. Poor input sanitization exposes the application to various forms of injection attacks, where an attacker could supply malicious input to gain unauthorized access or disrupt application services. Null pointer dereferences, on the other hand, can lead to application crashes or unexpected behavior, which can be exploited to compromise application security or availability. Highlighting these issues helps developers focus on areas that need immediate attention to enhance the application's security posture.

asked 02/10/2024
Zahidul Haque
47 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first