InedoSDK Reference
Version:

VulnerabilityInfo Class

Contains information about a known security vulnerability.

Inheritance Hierarchy

  • object
    • Inedo.Extensibility.VulnerabilitySources.VulnerabilityInfo

Syntax

public class VulnerabilityInfo

Constructors

Name Description
VulnerabilityInfo

Initializes a new instance of the VulnerabilityInfo class.

Properties

Name Description
Description

Gets the description of the vulnerability.

FeedType

Gets the feed type of the package.

Id

Gets the unique ID of the vulnerability.

IsCVE

Gets a value indicating whether the vulnerability is a CVE, or null (Nothing in Visual Basic) if unknown.

PackageName

Gets the name of the affected package.

PackageVersions

Gets the version range of the affected package.

Score

Gets a CVE score if the IsCVE property returns true, otherwise null (Nothing in Visual Basic).

Title

Gets the title of the vulnerability.

Methods

Name Description
GetAdditionalValues

Returns a dictionary of additional unclassified values associated with this vulnerabilities.