public static final class DescribeVulListResponseBody.RpmEntityList.Builder extends Object
public DescribeVulListResponseBody.RpmEntityList.Builder containerName(String containerName)
The name of the container.
example:k8s_67895c4_xxx
public DescribeVulListResponseBody.RpmEntityList.Builder extendField(String extendField)
The extended information about the software package that has the vulnerability.
example:{"msg_no_lookups_configured_CVE_2021_44228": "false", "jndi_class_not_exist": "false"}
public DescribeVulListResponseBody.RpmEntityList.Builder fullVersion(String fullVersion)
The complete version number.
example:3.10.0-693.2.2.el7
public DescribeVulListResponseBody.RpmEntityList.Builder imageName(String imageName)
The name of the image.
example:registry_387ytb_xxx
public DescribeVulListResponseBody.RpmEntityList.Builder matchDetail(String matchDetail)
The reason why the vulnerability is detected.
example:python-perf version less than 0:3.10.0-693.21.1.el7
public DescribeVulListResponseBody.RpmEntityList.Builder matchList(List<String> matchList)
The rules that are used to detect the vulnerability.
public DescribeVulListResponseBody.RpmEntityList.Builder name(String name)
The name of the RPM package.
example:python-perf
public DescribeVulListResponseBody.RpmEntityList.Builder path(String path)
The path to the software that has the vulnerability.
example:/usr/lib64/python2.7/site-packages
public DescribeVulListResponseBody.RpmEntityList.Builder pid(String pid)
The process ID.
example:8664
public DescribeVulListResponseBody.RpmEntityList.Builder updateCmd(String updateCmd)
The command that is used to fix the vulnerability.
example:*** update python-perf
public DescribeVulListResponseBody.RpmEntityList.Builder version(String version)
The version number of the package of the software that has the vulnerability.
example:3.10.0
public DescribeVulListResponseBody.RpmEntityList build()
Copyright © 2026. All rights reserved.