public class Trace extends Object
| Constructor and Description |
|---|
Trace() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Application |
getApplication()
Return the Application for this trace
|
Card |
getCard()
Return the card for the trace
|
String |
getCategory()
Return the category for this trace
|
Long |
getClosedTime()
Return the closed time this Trace was seen
|
String |
getConfidence()
Return the confidence rating for this trace
|
List<TraceEvent> |
getEvents()
The events that make up the vulnerability.
|
String |
getEvidence()
Return any arbitrarily-formatted 'evidence' for this trace.
|
Long |
getFirstTimeSeen()
Return the First time this Trace was seen
|
String |
getHash()
Return the simple, numeric hash of this trace
|
String |
getImpact()
Return the impact of this trace
|
String |
getLanguage()
Return the language of application this trace was discovered in.
|
Long |
getLastTimeSeen()
Return the Last time this Trace was seen
|
String |
getLikelihood()
Return the likelihood of this trace
|
String |
getParentApplicationId()
Return the parent application id for this trace
|
String |
getPlatform()
Return the platform for this trace
|
HttpRequest |
getRequest()
Return the HTTP request that caused this trace to occur.
|
String |
getRule()
Return the name of the rule that caused this trace.
|
List<Server> |
getServers()
Return the list of servers this traces is in
|
String |
getSeverity()
Return the overall severity of this trace.
|
String |
getStatus()
Return the status of this trace, like "Reported", "Verified", "Suspicious", etc.
|
String |
getSubStatus() |
String |
getTitle()
Return the title for this vulnerability, e.g.:
"XSS on /foo.jsp in 'bar' parameter"
|
Long |
getTotalTracesReceived()
Return the total number of traces received for the trace
|
List<TraceNote> |
getTraceNotes()
Return the notes for the trace
|
String |
getUuid()
Return the UUID for this trace.
|
boolean |
getVisible()
Return if the Trace is visible
|
int |
hashCode() |
public String getTitle()
public String getEvidence()
public String getLanguage()
public String getStatus()
public String getSubStatus()
public String getHash()
public String getUuid()
public String getRule()
public HttpRequest getRequest()
public List<TraceEvent> getEvents()
public String getSeverity()
public String getLikelihood()
public String getImpact()
public String getConfidence()
public Long getFirstTimeSeen()
public Long getLastTimeSeen()
public Application getApplication()
public String getCategory()
public Long getClosedTime()
public String getParentApplicationId()
public String getPlatform()
public List<Server> getServers()
public Long getTotalTracesReceived()
public boolean getVisible()
public List<TraceNote> getTraceNotes()
public Card getCard()
Copyright © 2021 Contrast Security. All rights reserved.