Valid GH-500 Dumps shared by EduDump.com for Helping Passing GH-500 Exam! EduDump.com now offer the newest GH-500 exam dumps, the EduDump.com GH-500 exam questions have been updated and answers have been corrected get the newest EduDump.com GH-500 dumps with Test Engine here:
In the pull request, how can developers avoid adding new dependencies with known vulnerabilities?
Correct Answer: C
To detect and block vulnerable dependencies before merge, developers should use the Dependency Review GitHub Action in their pull request workflows. It scans all proposed dependency changes and flags any packages with known vulnerabilities. This is a preventative measure during development, unlike Dependabot, which reacts after the fact.