public class CveItemOperator extends Object
| Constructor and Description |
|---|
CveItemOperator() |
| Modifier and Type | Method and Description |
|---|---|
String |
extractDescription(DefCveItem cve)
Extracts the english description from the CVE object.
|
String |
extractEcosystem(String baseEcosystem,
VulnerableSoftware parsedCpe)
Attempts to determine the ecosystem based on the vendor, product and
targetSw.
|
boolean |
isRejected(String description)
Determines if the CVE entry is rejected.
|
public String extractDescription(DefCveItem cve)
cve - the CVE datapublic String extractEcosystem(String baseEcosystem, VulnerableSoftware parsedCpe)
baseEcosystem - the base ecosystemparsedCpe - the CPE identifierpublic boolean isRejected(String description)
description - the CVE descriptiontrue if the CVE was rejected; otherwise
falseCopyright © 2012–2021 OWASP. All rights reserved.