Contains information about a known security vulnerability.
Name | Description | |
---|---|---|
VulnerabilityInfo |
Initializes a new instance of the VulnerabilityInfo class. |
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. |
Name | Description | |
---|---|---|
GetAdditionalValues |
Returns a dictionary of additional unclassified values associated with this vulnerabilities. |