1. GitHub Docs, "About dependency review." GitHub Enterprise Cloud Documentation. Accessed May 2024.
"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 tells you about: ... Vulnerabilities in the dependencies. For example, the severity level and if the vulnerability has been fixed in a newer version."
2. GitHub Docs, "Reviewing dependency changes in a pull request." GitHub Enterprise Cloud Documentation. Accessed May 2024.
"The dependency review allows you to "shift left". You can catch vulnerable dependencies before they hit production. ... The dependency review rich diff is displayed on the "Files Changed" tab of a pull request."
3. GitHub Docs, "About the dependency graph." GitHub Enterprise Cloud Documentation. Accessed May 2024.
"The dependency graph is a summary of the manifest and lock files stored in a repository. For each repository, it shows... dependencies..." (This describes a repository-level inventory, not a PR-specific check).