|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.contrastsecurity.rest.Trace
public class Trace
A vulnerability identified by Contrast.
| Constructor Summary | |
|---|---|
Trace()
|
|
| Method Summary | |
|---|---|
List<TraceEvent> |
getEvents()
The events that make up the vulnerability. |
String |
getEvidence()
Return any arbitrarily-formatted 'evidence' for this trace. |
String |
getHash()
Return the simple, numeric hash of this trace |
String |
getLanguage()
Return the language of application this trace was discovered in. |
HttpRequest |
getRequest()
Return the HTTP request that caused this trace to occur. |
String |
getRule()
Return the name of the rule that caused this trace. |
String |
getStatus()
Return the status of this trace, like "Reported", "Verified", "Suspicious", etc. |
String |
getTitle()
Return the title for this vulnerability, e.g.: "XSS on /foo.jsp in 'bar' parameter" |
String |
getUuid()
Return the UUID for this trace. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Trace()
| Method Detail |
|---|
public String getTitle()
public String getEvidence()
public String getLanguage()
public String getStatus()
public String getHash()
public String getUuid()
public String getRule()
public HttpRequest getRequest()
public List<TraceEvent> getEvents()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||