GH-500 · Question #8
A dependency has a known vulnerability. What does the warning message include?
The correct answer is B. a brief description of the vulnerability. When GitHub's Dependabot detects a known vulnerability in a dependency, the alert warning message includes a brief description of the vulnerability - typically referencing the CVE or advisory, severity level, and what is affected. It does not include visualizations of…
Question
A dependency has a known vulnerability. What does the warning message include?
Options
- Aan easily understandable visualization of dependency change
- Ba brief description of the vulnerability
- Chow many projects use these components
- Dthe security impact of these changes
How the community answered
(23 responses)- A9% (2)
- B87% (20)
- D4% (1)
Explanation
When GitHub's Dependabot detects a known vulnerability in a dependency, the alert warning message includes a brief description of the vulnerability - typically referencing the CVE or advisory, severity level, and what is affected. It does not include visualizations of dependency changes (A), project usage statistics (C), or a full security impact analysis (D). Those details may be found in the linked advisory, but the alert itself is intentionally concise.
Topics
Community Discussion
No community discussion yet for this question.