- Home
- All questions
- Question 487
CISSP study material · question 487 of 500
Which situations does OWASP's 2025 entry on software and data integrity failures describe? Choose three.
Show the answer
Answer: C. A build pipeline that pulls artifacts from untrusted places without verifying signatures.
D. Auto-update functionality that applies downloads without sufficient integrity verification.
B. Relying on plugins or libraries from untrusted repositories or content networks.
The category covers code and infrastructure that does not protect against untrusted code or data being treated as valid: untrusted plugins and repositories, unverified pipeline artifacts, and unverified auto-updates.
Source: OWASP Top 10 A08:2025 (OWASP) — OWASP Top 10:2025 A08 Software or Data Integrity Failures > Description