GH-500 · Question #47
Where can you find the vulnerable dependencies that GitHub detected in your repository?
The correct answer is D. in Dependabot alerts. Dependabot alerts are the dedicated feature for surfacing vulnerable dependencies detected in your repository. They appear in the repository's Security tab under 'Dependabot alerts' and provide details about each vulnerability, its severity, affected package, and remediation…
Question
Where can you find the vulnerable dependencies that GitHub detected in your repository?
Options
- Ain security advisories
- Bin code scanning alerts
- Cin secret scanning alerts
- Din Dependabot alerts
How the community answered
(21 responses)- B5% (1)
- C5% (1)
- D90% (19)
Explanation
Dependabot alerts are the dedicated feature for surfacing vulnerable dependencies detected in your repository. They appear in the repository's Security tab under 'Dependabot alerts' and provide details about each vulnerability, its severity, affected package, and remediation suggestions. Security advisories (A) are community-authored documents about vulnerabilities, not a list of what affects your specific repo. Code scanning alerts (B) surface issues found by static analysis in your own source code, not in dependencies. Secret scanning alerts (C) flag exposed credentials or tokens, not vulnerable packages.
Topics
Community Discussion
No community discussion yet for this question.