NAME
Paws::SecurityHub::Vulnerability
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::SecurityHub::Vulnerability object:
$service_obj->Method(Att1 => { Cvss => $value, ..., VulnerablePackages => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::SecurityHub::Vulnerability object:
$result = $service_obj->Method(...);
$result->Att1->Cvss
DESCRIPTION
A vulnerability associated with a finding.
ATTRIBUTES
Cvss => ArrayRef[Paws::SecurityHub::Cvss]
CVSS scores from the advisory related to the vulnerability.
REQUIRED Id => Str
The identifier of the vulnerability.
ReferenceUrls => ArrayRef[Str|Undef]
A list of URLs that provide additional information about the vulnerability.
RelatedVulnerabilities => ArrayRef[Str|Undef]
List of vulnerabilities that are related to this vulnerability.
Vendor => Paws::SecurityHub::VulnerabilityVendor
Information about the vendor that generates the vulnerability report.
VulnerablePackages => ArrayRef[Paws::SecurityHub::SoftwarePackage]
List of software packages that have the vulnerability.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::SecurityHub
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues