public static final class DescribeImageVulListResponseBody.RpmEntityList.Builder extends Object
public DescribeImageVulListResponseBody.RpmEntityList.Builder fullVersion(String fullVersion)
The complete version number of the package.
example:2.3.3-4
public DescribeImageVulListResponseBody.RpmEntityList.Builder layer(String layer)
The SHA-256 value of the digest of the image layer.
example:b1f5b9420803ad0657cf21566e3e20acc08581e7f22991249ef3aa80b8b1c587
public DescribeImageVulListResponseBody.RpmEntityList.Builder matchDetail(String matchDetail)
The reason why the vulnerability is detected.
example:libseccomp2 version less than equals 2.3.3-4
public DescribeImageVulListResponseBody.RpmEntityList.Builder matchList(List<String> matchList)
The details of the rule that is used to detect the vulnerability.
example:["libseccomp2 version less than equals 2.3.3-4"]
public DescribeImageVulListResponseBody.RpmEntityList.Builder name(String name)
The name of the software package.
example:libseccomp2
public DescribeImageVulListResponseBody.RpmEntityList.Builder path(String path)
The path of the software that has the vulnerability.
example:/usr/lib64/libssh2.so.1
public DescribeImageVulListResponseBody.RpmEntityList.Builder updateCmd(String updateCmd)
The command that is used to fix the vulnerability.
example:apt-get update && apt-get install libseccomp2 --only-upgrade
public DescribeImageVulListResponseBody.RpmEntityList.Builder version(String version)
The version number of the package.
example:2.3.3-4
public DescribeImageVulListResponseBody.RpmEntityList build()
Copyright © 2026. All rights reserved.