GitHub Copilot — Question 11

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.)

Answer options

Correct answer: A, D

Explanation

The correct answers, A and D, indicate that GitHub will create a Dependabot alert visible in the Security tab and notify administrators about the alert. Option B is incorrect because GitHub does not consult a security service for this process, and option C is wrong as Dependabot alerts are not generated by default for all private repositories.