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.
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)- A6% (2)
- B13% (4)
- C3% (1)
- D78% (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
Community Discussion
No community discussion yet for this question.