---
title: "Get vulnerability system summary"
method: GET
path: "/security/summary"
tags: ["securityhub"]
---

# Get vulnerability system summary

`GET /security/summary`

Retrieve the vulnerability summary of the system

## Query parameters

- `with_dangerous_cve` boolean
- `with_dangerous_artifact` boolean

## Headers

- `X-Request-Id` string

## Response `200`

Success

- SecuritySummary — the security summary
  - `critical_cnt` integer — the count of critical vulnerabilities
  - `high_cnt` integer — the count of high vulnerabilities
  - `medium_cnt` integer — the count of medium vulnerabilities
  - `low_cnt` integer — the count of low vulnerabilities
  - `none_cnt` integer — the count of none vulnerabilities
  - `unknown_cnt` integer — the count of unknown vulnerabilities
  - `total_vuls` integer — the count of total vulnerabilities
  - `scanned_cnt` integer — the count of scanned artifacts
  - `total_artifact` integer — the total count of artifacts
  - `fixable_cnt` integer — the count of fixable vulnerabilities
  - `dangerous_cves` DangerousCVE[] — the list of dangerous CVEs
    - `cve_id` string — the cve id
    - `severity` string — the severity of the CVE
    - `cvss_score_v3` number — the cvss score v3
    - `desc` string — the description of the CVE
    - `package` string — the package of the CVE
    - `version` string — the version of the package
  - `dangerous_artifacts` DangerousArtifact[] — the list of dangerous artifacts
    - `project_id` integer — the project id of the artifact
    - `repository_name` string — the repository name of the artifact
    - `digest` string — the digest of the artifact
    - `critical_cnt` integer — the count of critical vulnerabilities
    - `high_cnt` integer — the count of high vulnerabilities
    - `medium_cnt` integer — the count of medium vulnerabilities

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.dev/goharbor/apis/harbor-api.md) · [All operations](https://skmtc.dev/goharbor/apis/harbor-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goharbor/harbor-api/revisions/62d78801f8df/schema)
