tencent cloud

APIs

DescribeAssetImageRegistryVulList

Unduh
Mode fokus
Ukuran font
Terakhir diperbarui: 2026-06-10 17:06:35

1. API Description

Domain name for API request: tcss.intl.tencentcloudapi.com.

This API is used to query the list of image vulnerabilities of an image repository

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.

Parameter Name Required Type Description
Action Yes String Common Params. The value used for this API: DescribeAssetImageRegistryVulList.
Version Yes String Common Params. The value used for this API: 2020-11-01.
Region No String Common Params. This parameter is not required.
Limit No Integer Number of results to be returned. Default value: 10. Maximum value: 100.
Offset No Integer Offset. Default value: 0.
Filters.N No Array of AssetFilters Filter
  • Level- String - Required: No - Vulnerability level
  • Name - String - Required: No - Vulnerability name
  • ImageInfo No ImageInfo Image information
    Id No Integer Unique image ID, obtainable by calling the DescribeAssetImageRegistryList API.

    3. Output Parameters

    Parameter Name Type Description
    List Array of ImageVul Image vulnerability list
    TotalCount Integer Total number.
    RequestId String The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.

    4. Example

    Example1 Querying the Image Vulnerability List of an Image Repository

    Input Example

    POST / HTTP/1.1
    Host: tcss.intl.tencentcloudapi.com
    Content-Type: application/json
    X-TC-Action: DescribeAssetImageRegistryVulList
    <Common request parameters>
    
    {
        "Filters": [
            {
                "ExactMatch": false,
                "Name": "Level",
                "Values": [
                    "all"
                ]
            },
            {
                "ExactMatch": false,
                "Name": "Tag",
                "Values": [
                    "all"
                ]
            }
        ],
        "Id": 1929935,
        "Limit": 10,
        "Offset": 0
    }
    

    Output Example

    {
        "Response": {
            "List": [
                {
                    "AttackLevel": 0,
                    "CVEID": "CVE-2019-5827",
                    "Category": "OUT_OF_BOUNDS_WRITE",
                    "CategoryType": "SYSTEM",
                    "Component": "sqlite-libs",
                    "Components": [
                        {
                            "FixedVersion": "0:3.26.0-15.el8",
                            "Name": "sqlite-libs",
                            "Path": "/var/sqlite/",
                            "Type": "SYSTEM",
                            "Version": "3.26.0-13.el8"
                        }
                    ],
                    "CvssScore": "8.8",
                    "CvssVector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
    "DefenseSolution": "The vendor has released an upgrade patch to fix the vulnerability. Patch download link: https://chromereleases.googleblog.com/2019/04/stable-channel-update-for-desktop_30.html"
    "Des": "Google Chrome is a Web browser developed by Google, a company in the United States. Previous versions of Google Chrome 74.0.3729.131 have a security vulnerability in SQLite. Attackers can exploit this vulnerability to damage the heap via a customized HTML page."
                    "FixedVersions": "0:3.26.0-15.el8",
                    "IsSuggest": "true",
                    "LayerInfos": [
                        {
                            "LayerCmd": "/bin/sh -c #(nop) ADD file:805cb5e15fb6e0bb0326ca33fd2942e068863ce2a8491bb71522c652f31fb466 in / ",
                            "LayerId": "sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1"
                        }
                    ],
                    "Level": "3",
    "Name": "Google Chrome Vulnerability Due to Input Validation Errors"
    "OfficialSolution": "Upgrade to the latest version without vulnerabilities."
                    "POCID": "pcmgr-209472",
                    "Reference": "[\"http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00085.html\", \"https://chromereleases.googleblog.com/2019/04/stable-channel-update-for-desktop_30.html\", \"https://crbug.com/952406\", \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/CPM7VPE27DUNJLXM4F5PAAEFFWOEND6X/\", \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FKN4GPMBQ3SDXWB4HL45II5CZ7P2E4AI/\", \"https://seclists.org/bugtraq/2019/Aug/19\", \"https://security.gentoo.org/glsa/202003-16\", \"https://usn.ubuntu.com/4205-1/\", \"https://www.debian.org/security/2019/dsa-4500\"]",
                    "SubmitTime": "2019-06-28 09:15:00",
                    "Tag": [
                        "NETWORK",
                        "SYS",
                        "APP"
                    ],
                    "Version": "3.26.0-13.el8"
                }
            ],
            "RequestId": "c6abad1d-0c32-4fcc-af55-df63bf986470",
            "TotalCount": 211
        }
    }
    

    5. Developer Resources

    SDK

    TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

    Command Line Interface

    6. Error Code

    The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

    Error Code Description
    FailedOperation The operation failed.
    InternalError An internal error occurred.
    ResourceNotFound The resource does not exist.

    Bantuan dan Dukungan

    Apakah halaman ini membantu?

    masukan