nerdexam
CompTIA

CS0-003 · Question #579

An organization performs software assurance activities and reviews some web framework code that uses exploitable jquery modules. Which of the following tools or techniques should the organization…

The correct answer is D. Static analysis. Static analysis inspects source code or binaries without executing the program, helping identify insecure coding patterns like the use of exploitable jQuery modules. It's ideal for detecting vulnerabilities early in the software development lifecycle.

Submitted by saadiq_pk· Mar 6, 2026Vulnerability Management

Question

An organization performs software assurance activities and reviews some web framework code that uses exploitable jquery modules. Which of the following tools or techniques should the organization use to help identify these issues?

Options

  • ASecurity Content Automation Protocol
  • BApplication fuzzing
  • CCommon weakness enumeration
  • DStatic analysis

How the community answered

(32 responses)
  • A
    6% (2)
  • B
    13% (4)
  • C
    3% (1)
  • D
    78% (25)

Explanation

Static analysis inspects source code or binaries without executing the program, helping identify insecure coding patterns like the use of exploitable jQuery modules. It's ideal for detecting vulnerabilities early in the software development lifecycle.

Topics

#software assurance#static analysis#web security#jquery vulnerabilities

Community Discussion

No community discussion yet for this question.

Full CS0-003 Practice