Class Package
Details of the vulnerable package found
Inherited Members
Namespace: Oci.VulnerabilityscanningService.Models
Assembly: OCI.DotNetSDK.Vulnerabilityscanning.dll
Syntax
public class Package
Properties
CveFixVersion
Declaration
[JsonProperty(PropertyName = "cveFixVersion")]
public string CveFixVersion { get; set; }
Property Value
Type | Description |
---|---|
string | Package version in which the CVE was fixed |
Locations
Declaration
[JsonProperty(PropertyName = "locations")]
public List<string> Locations { get; set; }
Property Value
Type | Description |
---|---|
List<string> | Disk locations where package was found |
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | Name of the package |
Remarks
Required
Type
Declaration
[Required(ErrorMessage = "Type is required.")]
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(ResponseEnumConverter))]
public Package.TypeEnum? Type { get; set; }
Property Value
Type | Description |
---|---|
Package.TypeEnum? | Package type |
Remarks
Required
Version
Declaration
[Required(ErrorMessage = "Version is required.")]
[JsonProperty(PropertyName = "version")]
public string Version { get; set; }
Property Value
Type | Description |
---|---|
string | Package version |
Remarks
Required