nerdexam
(ISC)2

CISSP · Question #883

Which of the following is considered a secure coding practice?

The correct answer is B. Use checksums to verify the integrity of libraries. A secure coding practice refers to techniques or methods employed during software development to ensure that the software is resistant to security vulnerabilities and attacks. Here's why Option B is a secure coding practice: Checksums to verify the integrity of libraries: This is

Submitted by the_admin· Mar 5, 2026Software Development Security

Question

Which of the following is considered a secure coding practice?

Options

  • AUse concurrent access for shared variables and resources
  • BUse checksums to verify the integrity of libraries
  • CUse new code for common tasks
  • DUse dynamic execution functions to pass user supplied data

How the community answered

(35 responses)
  • A
    6% (2)
  • B
    77% (27)
  • C
    3% (1)
  • D
    14% (5)

Explanation

A secure coding practice refers to techniques or methods employed during software development to ensure that the software is resistant to security vulnerabilities and attacks. Here's why Option B is a secure coding practice: Checksums to verify the integrity of libraries: This is a common and important practice to ensure that the libraries and dependencies your code relies on have not been tampered with. By calculating and verifying the checksum (a hash value) of libraries at runtime, you can detect if any of the libraries have been altered or compromised. This helps prevent the use of malicious or corrupt code, ensuring the integrity of your application.

Topics

#Secure coding#Software integrity#Checksums#Code review

Community Discussion

No community discussion yet for this question.

Full CISSP Practice