Courseiva
Secure Software ImplementationeasyMultiple ChoiceObjective-mapped

CSSLP Secure Software Implementation Practice Question

A developer is using OWASP Dependency-Check to scan a Java application. Which configuration parameter should be utilized to ignore specific false-positive vulnerabilities identified in a third-party library?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

--suppression

The --suppression flag allows developers to provide an XML file that defines rules to ignore specific CVEs or false positives in the dependency scan report.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • --ignore-cve

    Why it's wrong here

    This is not the correct command-line argument for Dependency-Check.

  • --exclude-all

    Why it's wrong here

    This flag is not a valid parameter for Dependency-Check.

  • --skip-analysis

    Why it's wrong here

    This skips the scan entirely rather than filtering results.

  • --suppression

    Why this is correct

    The suppression file is the standard mechanism to filter out known false positives.

About these practice questions

This CSSLP question is part of Courseiva's 198-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written and reviewed by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

Last reviewed August 2026 · checked against the official (ISC)² exam blueprint

This CSSLP practice question is part of Courseiva's free (ISC)² certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CSSLP exam.