GH-500 · Question #40
Assuming that notification and alert recipients are not customized, what does GitHub do when it identifies a vulnerable dependency in a repository where Dependabot alerts are enabled? (Each answer…
The correct answer is A. It generates a Dependabot alert and displays it on the Security tab for the repository. D. It notifies the repository administrators about the new alert. When GitHub identifies a vulnerable dependency in a repository with Dependabot alerts enabled, it performs the following actions: [A] Geneates a Dependabot alert: The alert is displayed on the repository's Security tab, providing details about the vulnerability and affected…
Question
Assuming that notification and alert recipients are not customized, what does GitHub do when it identifies a vulnerable dependency in a repository where Dependabot alerts are enabled? (Each answer presents part of the solution. Choose two.)
Options
- AIt generates a Dependabot alert and displays it on the Security tab for the repository.
- BIt consults with a security service and conducts a thorough vulnerability review.
- CIt generates Dependabot alerts by default for all private repositories.
- DIt notifies the repository administrators about the new alert.
How the community answered
(36 responses)- A89% (32)
- B3% (1)
- C8% (3)
Explanation
When GitHub identifies a vulnerable dependency in a repository with Dependabot alerts enabled, it performs the following actions: [A] Geneates a Dependabot alert: The alert is displayed on the repository's Security tab, providing details about the vulnerability and affected dependency. [D] Notifies repository maintainers: By default, GitHub notifies users with write, maintain, or admin permissions about new Dependabot alerts. These actions ensure that responsible parties are informed promptly to address the vulnerability.
Topics
Community Discussion
No community discussion yet for this question.