Exam GitHub-Advanced-Security Topic 4 Question 21 Discussion
Actual exam question for GitHub's GitHub-Advanced-Security exam
Question #: 21
Topic #: 4
Question #: 21
Topic #: 4
Which security feature shows a vulnerable dependency in a pull request?
Suggested Answer: B Vote an answer
Dependency reviewruns as part of a pull request and showswhich dependencies are being added, removed, or changed- andhighlights vulnerabilitiesassociated with any added packages.
It works in real-time and is specifically designed for use during pull request workflows.
Thedependency graphis an overview,Dependabot alertsnotify post-merge, and theSecurity tabshows the aggregated alert list.
It works in real-time and is specifically designed for use during pull request workflows.
Thedependency graphis an overview,Dependabot alertsnotify post-merge, and theSecurity tabshows the aggregated alert list.
by Tab at Dec 13, 2025, 12:46 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).