About filtering security overview
You can use filters in a security overview to narrow your focus based on a range of factors, like alert risk level, alert type, and feature enablement. Different filters are available depending on the specific view and whether you are viewing data at the enterprise or organization level.
The information shown by security overview varies according to your access to repositories, and according to whether GitHub Advanced Security is used by those repositories . For more information, see "About security overview."
Filter by repository
Security overview supports free text search for repositories. With free text search, you can search for a keyword, and repositories with names containing that keyword will be displayed. For example, if you search for "test", your search results would include both "test-repository" and "octocat-testing".
To perform an exact search for a single repository, use the repo
qualifier. If you do not type the name of the repository exactly as it appears, the repository will not be found.
Qualifier | Description |
---|---|
repo:REPOSITORY-NAME | Displays data for the specified repository. |
Filter by whether security features are enabled
In the examples below, replace :enabled
with :not-enabled
to see repositories where security features are not enabled. These qualifiers are available in the "Security risk" and "Security coverage" views.
Qualifier | Description |
---|---|
code-scanning:enabled | Display repositories that have configured code scanning. |
dependabot:enabled | Display repositories that have enabled Dependabot alerts. |
secret-scanning:enabled | Display repositories that have enabled secret scanning alerts. |
not-enabled:any | Display repositories with at least one security feature that is not enabled. |
Filter by repository type
All of these qualifiers are available in the "Security risk" and "Security coverage" views.
Qualifier | Description |
---|---|
is:public | Display public repositories. |
is:internal | Display internal repositories. |
is:private | Display private repositories. |
archived:true | Display archived repositories. |
archived:false | Omit archived repositories. |
Filter by level of risk for repositories
The level of risk for a repository is determined by the number and severity of alerts from security features. If one or more security features are not enabled for a repository, the repository will have an unknown level of risk. If a repository has no risks that are detected by security features, the repository will have a clear level of risk.
Qualifier | Description |
---|---|
risk:high | Display repositories that are at high risk. |
risk:medium | Display repositories that are at medium risk. |
risk:low | Display repositories that are at low risk. |
risk:unknown | Display repositories that are at an unknown level of risk. |
risk:clear | Display repositories that have no detected level of risk. |
Filter by number of alerts
These qualifiers are available in the main summary views.
Qualifier | Description |
---|---|
code-scanning-alerts:NUMBER | Display repositories that have NUMBER code scanning alerts. This qualifier can use = , > and < comparison operators. |
secret-scanning-alerts:NUMBER | Display repositories that have NUMBER secret scanning alerts. This qualifier can use = , > and < comparison operators. |
dependabot-alerts:NUMBER | Display repositories that have NUMBER Dependabot alerts. This qualifier can use = , > and < comparison operators. |
Filter by team
These qualifiers are available in the main summary views.
Qualifier | Description |
---|---|
team:TEAM-NAME | Displays repositories that TEAM-NAME has admin access to. |
Filter by topic
These qualifiers are available in the main summary views.
Qualifier | Description |
---|---|
topic:TOPIC-NAME | Displays repositories that are classified with TOPIC-NAME. For more information on repository topics, see "Classifying your repository with topics." |
Additional filters for Dependabot alert views
You can filter the view to show Dependabot alerts that are ready to fix or where additional information about exposure is available. You can click any result to see full details of the alert.
Qualifier | Description |
---|---|
has:patch | Displays Dependabot alerts for vulnerabilities where a secure version is already available. |
has:vulnerable-calls | Displays Dependabot alerts where at least one call from the repository to a vulnerable function is detected. For more information, see "Viewing and updating Dependabot alerts." |
ecosystem:ECOSYSTEM-NAME | Displays Dependabot alerts detected in the specified ecosystem. |
is:open | Displays open Dependabot alerts. |
is:closed | Displays closed Dependabot alerts. |
package:PACKAGE-NAME | Displays Dependabot alerts detected in the specified package. |
resolution:auto-dismissed | Displays Dependabot alerts closed as "auto-dismissed." |
resolution:fix-started | Displays Dependabot alerts closed as "a fix has already been started." |
resolution:fixed | Displays Dependabot alerts closed as "fixed." |
resolution:inaccurate | Displays Dependabot alerts closed as "this alert is inaccurate or incorrect." |
resolution:no-bandwidth | Displays Dependabot alerts closed as "no bandwidth to fix this." |
resolution:not-used | Displays Dependabot alerts closed as "vulnerable code is not actually used." |
resolution:tolerable-risk | Displays Dependabot alerts closed as "risk is tolerable to this project." |
scope:development | Displays Dependabot alerts from the development dependency. |
scope:runtime | Displays Dependabot alerts from the runtime dependency. |
sort:manifest-path | Displays Dependabot alerts grouped by the manifest file path the alerts point to. |
sort:most-important | Displays Dependabot alerts from most important to least important, as determined by CVSS score, vulnerability impact, relevancy, and actionability. |
sort:newest | Displays Dependabot alerts from newest to oldest. |
sort:oldest | Displays Dependabot alerts from oldest to newest. |
sort:package-name | Displays Dependabot alerts grouped by the package in which the alert was detected. |
sort:severity | Displays Dependabot alerts from most to least severe. |
Additional filters for code scanning alert views
All code scanning alerts have one of the categories shown below. You can click any result to see full details of the relevant query and the line of code that triggered the alert.
Qualifier | Description |
---|---|
is:open | Displays open code scanning alerts. |
is:closed | Displays closed code scanning alerts. |
resolution:false-positive | Displays code scanning alerts closed as "false positive." |
resolution:fixed | Displays code scanning alerts closed as "fixed." |
resolution:used-in-tests | Displays code scanning alerts closed as "used in tests." |
resolution:wont-fix | Displays code scanning alerts closed as "won't fix." |
rule:RULE-NAME | Displays code scanning alerts opened for the specified rule. |
severity:critical | Displays code scanning alerts categorized as critical. |
severity:high | Displays code scanning alerts categorized as high. |
severity:medium | Displays code scanning alerts categorized as medium. |
severity:low | Displays code scanning alerts categorized as low. |
severity:error | Displays code scanning alerts categorized as errors. |
severity:warning | Displays code scanning alerts categorized as warnings. |
severity:note | Displays code scanning alerts categorized as notes. |
sort:created-desc | Displays code scanning alerts from newest to oldest. |
sort:created-asc | Displays code scanning alerts from oldest to newest. |
sort:updated-desc | Displays code scanning alerts from most recently updated to least recently updated. |
sort:updated-asc | Displays code scanning alerts from least recently updated to most recently updated. |
tool:TOOL-NAME | Displays code scanning alerts detected by the specified tool. |
Additional filters for secret scanning alert views
Qualifier | Description |
---|---|
provider:PROVIDER-NAME | Displays alerts for all secrets issues by the specified provider. |
secret-type:PROVIDER-PATTERN | Displays alerts for the specified secret and provider. |
secret-type:CUSTOM-PATTERN | Displays alerts for secrets matching the specified custom pattern. |
is:open | Displays open secret scanning alerts. |
is:closed | Displays closed secret scanning alerts. |
resolution:false-positive | Displays secret scanning alerts closed as "false positive." |
resolution:pattern-deleted | Displays secret scanning alerts closed as "pattern deleted." |
resolution:pattern-edited | Displays secret scanning alerts closed as "pattern edited." |
resolution:revoked | Displays secret scanning alerts closed as "revoked." |
resolution:used-in-tests | Displays secret scanning alerts closed as "used in tests." |
resolution:wont-fix | Displays secret scanning alerts closed as "won't fix." |
sort:created-desc | Displays secret scanning alerts from newest to oldest. |
sort:created-asc | Displays secret scanning alerts from oldest to newest. |
sort:updated-desc | Displays secret scanning alerts from most recently updated to least recently updated. |
sort:updated-asc | Displays secret scanning alerts from least recently updated to most recently updated. |
For more information, see "Secret scanning patterns."