Vulnerability Report

Tier: Ultimate Offering: GitLab.com, Self-managed, GitLab Dedicated

The Vulnerability Report provides information about vulnerabilities from scans of the default branch. It contains cumulative results of all successful jobs, regardless of whether the pipeline was successful. The scan results from a pipeline are ingested either after the job in the pipeline is complete or when the pipeline is blocked by manual jobs.

For an overview, see Vulnerability Management.

At all levels, the Vulnerability Report contains:

  • Totals of vulnerabilities per severity level.
  • Filters for common vulnerability attributes.
  • Details of each vulnerability, presented in tabular layout. For some vulnerabilities, the details include a link to the relevant file and line number, in the default branch.

At the project level, the Vulnerability Report also contains:

  • A time stamp showing when it was updated, including a link to the latest pipeline.
  • The number of failures that occurred in the most recent pipeline. Select the failure notification to view the Failed jobs tab of the pipeline’s page.

The Activity column contains icons to indicate the activity, if any, taken on the vulnerability in that row:

  • Issues : Links to issues created for the vulnerability. For more information, see Create a GitLab issue for a vulnerability.
  • Merge requests : Links to merge requests created for the vulnerability. For more information, see Resolve a vulnerability with a merge request.
  • Checked circle : The vulnerability has been remediated.
  • False positive : The scanner determined this vulnerability to be a false positive.
  • Solution tip: Indicates that the vulnerability has a solution available.

To open an issue created for a vulnerability, hover over the Activity entry, then select the link. The issue icon () indicates the issue’s status. If Jira issue support is enabled, the issue link found in the Activity entry links out to the issue in Jira. Unlike GitLab issues, the status of a Jira issue is not shown in the GitLab UI.

Example project-level Vulnerability Report

When vulnerabilities originate from a multi-project pipeline setup, this page displays the vulnerabilities that originate from the selected project.

View the vulnerability report

View the vulnerability report to list all vulnerabilities in the project or group.

Prerequisites:

  • You must have at least the Developer role for the project or group.

To view the vulnerability report:

  1. On the left sidebar, select Search or go to and find your project or group.
  2. Select Secure > Vulnerability report.

Filtering vulnerabilities

You can filter vulnerabilities in the vulnerability report to more efficiently triage them.

You can filter by:

  • Status: Detected, confirmed, dismissed, resolved. For details on what each status means, see vulnerability status values.
  • Severity: Critical, high, medium, low, info, unknown.
  • Tool: For more details, see Tool filter.
  • Activity: For more details, see Activity filter.
  • Project: Filter vulnerabilities in specific projects (available only for groups).

Filter vulnerabilities

History

Filter the vulnerability report to focus on a subset of vulnerabilities.

To filter the list of vulnerabilities:

  1. On the left sidebar, select Search or go to and find your project.
  2. Select Secure > Vulnerability report.
  3. Optional. To remove the default filters, select Clear ().
  4. Above the list of vulnerabilities, select the filter bar.
  5. In the dropdown list that appears, select an attribute you want to filter by, then select the values from the dropdown list.
  6. Select outside the filter field. The vulnerability severity totals and list of matching vulnerabilities are updated.
  7. To filter by multiple attributes, repeat the three previous steps. Multiple attributes are joined by a logical AND.

Tool filter

History

You can filter vulnerabilities by the tool that detected them. By default, the vulnerability report lists vulnerabilities from all tools. For details of each of the available tools, see Security scanning tools.

Use the Manually added attribute to filter vulnerabilities that were added manually.

In GitLab 17.1 and later, the tool filter’s content is different between groups and projects:

  • For groups, the tool filter lists the individual tools.
  • For projects, the tool filter groups the tools by scanning category.

In GitLab 16.6 to 17.0, the tool filter’s content is different between groups and projects:

  • For groups, the tool filter lists the individual tools.
  • For projects, the tool filter lists the individual tools if there are no third-party tools. If there are third-party tools, the tool filter groups the tools by scanning category.

In GitLab 16.5 and earlier, the tool filter groups the tools by vendor. If only GitLab analyzers are enabled, only those analyzers are listed.

Project filter

The content of the Project filter depends on the current level:

Activity filter

History
  • Introduced in GitLab 16.7 with a flag named activity_filter_has_remediations. Disabled by default.
  • Generally available in GitLab 16.9. Feature flag activity_filter_has_remediations removed.

The activity filter behaves differently from the other filters. You can select only one value in each category. To remove a filter, from the activity filter dropdown list select the filter you want to remove.

Selection behavior when using the activity filter:

  • Activity
    • All activity: Vulnerabilities with any activity status (same as ignoring this filter). Selecting this deselects all other activity filter options.
  • Detection
    • Still detected (default): Vulnerabilities that are still detected in the latest pipeline scan of the default branch.
    • No longer detected: Vulnerabilities that are no longer detected in the latest pipeline scan of the default branch.
  • Issue
    • Has issues: Vulnerabilities with one or more associated issues.
    • Does not have issue: Vulnerabilities without an associated issue.
  • Merge request
    • Has merge request: Vulnerabilities with one or more associated merge requests.
    • Does not have merge request: Vulnerabilities without an associated merge request.
  • Solution available
    • Has a solution: Vulnerabilities with an available solution.
    • Does not have a solution: Vulnerabilities without an available solution.

Grouping vulnerabilities

History

You can group vulnerabilities on the vulnerability report page to more efficiently triage them.

You can group by:

  • Status
  • Severity
  • Tool
  • OWASP top 10 2017
caution
Support for grouping by OWASP top 10 2017 was deprecated in GitLab 17.0 and is planned for removal in 17.4. Support for grouping by OWASP top 10 2021 is proposed in issue 440182 for GitLab 17.4.

Group vulnerabilities

Group vulnerabilities on the vulnerability report page to more efficiently triage them.

To group vulnerabilities:

  1. On the left sidebar, select Search or go to and find your project or group.
  2. Select Secure > Vulnerability report.
  3. From the Group By dropdown list, select a group.

Vulnerabilities are grouped according to the group you selected. Each group is collapsed, with the total number of vulnerabilities per group displayed beside their name. To see the vulnerabilities in each group, select the group’s name.

View details of a vulnerability

To view more details of a vulnerability, select the vulnerability’s Description. The vulnerability’s details page is opened.

Change status of vulnerabilities

History
  • Providing a comment and dismissal reason introduced in GitLab 16.0.

As you triage vulnerabilities you can change their status, including dismissing vulnerabilities.

When a vulnerability is dismissed, the audit log includes a note of who dismissed it, when it was dismissed, and the reason it was dismissed. You cannot delete vulnerability records, so a permanent record always remains.

Prerequisites:

  • You must have at least the Maintainer role for the project. The admin_vulnerability permission was removed from the Developer role in GitLab 17.0.

To change the status of vulnerabilities:

  1. On the left sidebar, select Search or go to and find your project.
  2. Select Secure > Vulnerability report.
  3. To select:
    • One or more vulnerabilities, select the checkbox beside each vulnerability.
    • All vulnerabilities on the page, select the checkbox in the table header.
  4. In the Set status dropdown list, select the desired status.
  5. If the Dismiss status is chosen, select the desired reason in the Set dismissal reason dropdown list.
  6. In the Add a comment input, you can provide a comment. For the Dismiss status, a comment is required.
  7. Select Change status.

The status of the selected vulnerabilities is updated and the content of the vulnerability report is refreshed.

Project Vulnerability Report

Sort vulnerabilities by date detected

By default, vulnerabilities are sorted by severity level, with the highest-severity vulnerabilities listed at the top.

To sort vulnerabilities by the date each vulnerability was detected, select the “Detected” column header.

Export vulnerability details

History
  • Added “Dismissal Reason” as a column in the CSV export introduced in GitLab 16.8.

You can export details of the vulnerabilities listed in the Vulnerability Report. The export format is CSV (comma separated values). All vulnerabilities are included because filters do not apply to the export.

Fields included are:

  • Status (See the following table for details of how the status value is exported.)
  • Group name
  • Project name
  • Tool
  • Scanner name
  • Vulnerability
  • Basic details
  • Zusätzliche Informationen
  • Severity
  • CVE (Common Vulnerabilities and Exposures)
  • CWE (Common Weakness Enumeration)
  • Other identifiers
  • Detected At
  • Standort
  • Activity: Returns true if the vulnerability is resolved on the default branch, and false if not.
  • Kommentare
  • Full Path
  • CVSS Vectors
  • Dismissal Reason
note
Full details are available through our Job Artifacts API. Use one of the gl-*-report.json report filenames in place of *artifact_path to obtain, for example, the path of files in which vulnerabilities were detected.

The Status field’s values shown in the vulnerability report are different to those contained in the vulnerability export. Use the following reference table to match them.

Vulnerability report Vulnerability export
Needs triage detected
Dismissed dismissed
Resolved resolved
Confirmed confirmed

Export details in CSV format

To export details of all vulnerabilities listed in the Vulnerability Report, select Export.

The details are retrieved from the database, then the CSV file is downloaded to your local computer.

note
It may take several minutes for the download to start if your project contains thousands of vulnerabilities. Do not close the page until the download finishes. Some CSV readers have limitations on the number of rows or size of columns which may make them incompatible with larger exports. The vulnerability export does not account for the limitations of individual programs.

Manually add a vulnerability

History

Add a vulnerability manually when it is not available in the GitLab vulnerabilities database. You can add a vulnerability only in a project’s vulnerability report.

To add a vulnerability manually:

  1. On the left sidebar, select Search or go to and find your project.
  2. Select Secure > Vulnerability report.
  3. Select Submit vulnerability.
  4. Complete the fields and submit the form.

The newly-created vulnerability’s detail page is opened.

Operational vulnerabilities

The Operational vulnerabilities tab lists vulnerabilities found by Operational container scanning. This tab appears on the project, group, and Security Center vulnerability reports.

Operational Vulnerability Tab