1. GitHub Docs
"About the Security tab." This document states
"The Security tab is the central place to view and manage security alerts and features for your repository... The security overview shows which security features are enabled for the repository and provides a summary of the alerts for each feature." This directly supports that the number of alerts is displayed.
Source: GitHub Docs
docs.github.com/en/code-security/security-overview/about-the-security-tab.
2. GitHub Docs
"Managing security and analysis settings for your repository." This page details the configuration of GHAS features. It specifies that these settings are located under the repository's "Settings" tab
then "Code security and analysis
" confirming that option D is incorrect.
Source: GitHub Docs
docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-and-disabling-security-and-analysis-features/managing-security-and-analysis-settings-for-your-repository.
3. GitHub Docs
"Managing access to your organization's repositories." This documentation clarifies that repository access levels and collaborator management (Option C) are handled within the repository's main "Settings" tab
not the "Security" tab.
Source: GitHub Docs
docs.github.com/en/organizations/managing-access-to-your-organizations-repositories.
4. GitHub Docs
"Securing your account with two-factor authentication (2FA)." This resource confirms that 2FA (Option B) is a personal account security setting
configured through the user's profile settings
and is not related to an individual repository's Security tab.
Source: GitHub Docs
docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa.