GH-500 · Question #31
What are Dependabot security updates?
The correct answer is D. automated pull requests that help you update dependencies that have known vulnerabilities. Dependabot security updates are automated pull requests specifically targeting dependencies that have known security vulnerabilities. When a vulnerability is detected in a dependency via the GitHub Advisory Database, Dependabot opens a PR to bump that dependency to the minimum…
Question
What are Dependabot security updates?
Options
- Acompatibility scores to let you know whether updating a dependency could cause breaking
- Bautomated pull requests that keep your dependencies updated, even when they don't have any
- Cautomated pull requests to update the manifest to the latest version of the dependency
- Dautomated pull requests that help you update dependencies that have known vulnerabilities
How the community answered
(33 responses)- B3% (1)
- C3% (1)
- D94% (31)
Explanation
Dependabot security updates are automated pull requests specifically targeting dependencies that have known security vulnerabilities. When a vulnerability is detected in a dependency via the GitHub Advisory Database, Dependabot opens a PR to bump that dependency to the minimum non-vulnerable version. This is distinct from Dependabot version updates (B/C), which keep dependencies current regardless of security status. Compatibility scores (A) are a supplementary feature shown alongside security update PRs but are not the definition of security updates themselves.
Topics
Community Discussion
No community discussion yet for this question.