What benefit does GitHub Advanced Security provide?
Correct Answer:
B
GitHub Advanced Security equips developers with built‑in code scanning (CodeQL), secret scanning, dependency review, and other AppSec tools - helping them find, fix, and prevent security vulnerabilities while maintaining code quality.
How does Dependabot determine which security update PRs to open?
Correct Answer:
B
Dependabot relies on your repository??s enabled Dependency Graph and Dependabot Alerts to identify vulnerable dependencies; it then automatically opens pull requests to update to the patched versions that resolve those alerts.
