public class MixAuditResult extends Object
| Constructor and Description |
|---|
MixAuditResult(String id,
String cve,
String title,
String description,
String disclosureDate,
String url,
List<String> patchedVersions,
String dependencyLockfile,
String dependencyPackage,
String dependencyVersion)
Constructs a new Mix Audit Result.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCve()
Returns the CVE entry name.
|
String |
getDependencyLockfile()
Returns the path to the dependency lock file.
|
String |
getDependencyPackage()
Returns the package name.
|
String |
getDependencyVersion()
Returns the dependency version.
|
String |
getDescription()
Returns the vulnerability description.
|
String |
getDisclosureDate()
Returns the vulnerability disclosure date.
|
String |
getId()
Returns the vulnerability id.
|
List<String> |
getPatchedVersions()
Returns the list of patched versions.
|
String |
getTitle()
Returns the vulnerability title.
|
String |
getUrl()
Returns the URL to the vulnerability page.
|
public MixAuditResult(String id, String cve, String title, String description, String disclosureDate, String url, List<String> patchedVersions, String dependencyLockfile, String dependencyPackage, String dependencyVersion)
id - the vulnerability idcve - the CVE entry nametitle - the CVE titledescription - the description of the vulnerabilitydisclosureDate - the vulnerability disclosure dateurl - a link to the vulnerability informationpatchedVersions - the list of patched versionsdependencyLockfile - the path to the lock filedependencyPackage - the name of the dependencydependencyVersion - the version of the dependencypublic String getId()
public String getCve()
public String getTitle()
public String getDescription()
public String getDisclosureDate()
public String getUrl()
public List<String> getPatchedVersions()
public String getDependencyLockfile()
public String getDependencyPackage()
public String getDependencyVersion()
Copyright © 2012–2021 OWASP. All rights reserved.