GH-500 · Question #41
Which GitHub security feature should you use to see details of any vulnerable dependency versions within a pull request?
The correct answer is C. dependency review. Dependency review helps you understand dependency changes and the security impact of these changes at every pull request. It provides an easily understandable visualization of dependency changes with a rich diff on the "Files Changed" tab of a pull request. Dependency review…
Question
Which GitHub security feature should you use to see details of any vulnerable dependency versions within a pull request?
Options
- Adependency graph
- Bcode scanning
- Cdependency review
- DDependabot alerts
How the community answered
(45 responses)- A9% (4)
- B2% (1)
- C87% (39)
- D2% (1)
Explanation
Dependency review helps you understand dependency changes and the security impact of these changes at every pull request. It provides an easily understandable visualization of dependency changes with a rich diff on the "Files Changed" tab of a pull request. Dependency review informs Which dependencies were added, removed, or updated, along with the release dates How many projects use these components Vulnerability data for these dependencies
Topics
Community Discussion
No community discussion yet for this question.