300-540 · Question #20
What is used to protect against an API logic flaw?
The correct answer is C. Remediation of vulnerabilities. Comprehensive and Detailed Explanation An API logic flaw is a weakness in the API's business logic -- not in encryption or transport security. It occurs when: API functions are misused Business rules are bypassed Security validation is missing Workflow logic is incorrect These…
Question
What is used to protect against an API logic flaw?
Options
- ASSH encryption at rest
- BData encryption at rest
- CRemediation of vulnerabilities
- DData encryption in transit
How the community answered
(57 responses)- A4% (2)
- B5% (3)
- C81% (46)
- D11% (6)
Explanation
Comprehensive and Detailed Explanation An API logic flaw is a weakness in the API's business logic -- not in encryption or transport security. It occurs when: API functions are misused Business rules are bypassed Security validation is missing Workflow logic is incorrect These issues cannot be solved through encryption (at rest or in transit). Vulnerability remediation Fixing API code logic Updating API validation, flow control, and authentication logic
Topics
Community Discussion
No community discussion yet for this question.