public interface IScanIssue
This interface is used to allow extensions to access details of issues generated by Burp Scanner.
Method Summary | |
---|---|
java.lang.String |
getConfidence()
Returns a descriptive name of the issue confidence level. |
java.lang.String |
getHost()
Returns the name of the application host. |
IHttpRequestResponse[] |
getHttpMessages()
Returns the HTTP messages on the basis of which the issue was generated. |
java.lang.String |
getIssueBackground()
Returns a general description of this type of issue. |
java.lang.String |
getIssueDetail()
Returns detailed information about the specific instance of the issue. |
java.lang.String |
getIssueName()
Returns a descriptive name of the issue type. |
int |
getPort()
Returns the port number used by the application. |
java.lang.String |
getProtocol()
Returns the protocol used by the application. |
java.lang.String |
getRemediationBackground()
Returns a general description of the remediation for this type of issue. |
java.lang.String |
getRemediationDetail()
Returns detailed information about the remediation for the specific instance of the issue. |
java.lang.String |
getSeverity()
Returns a descriptive name of the issue severity level. |
java.net.URL |
getUrl()
Returns the URL for which the issue was generated. |
Method Detail |
---|
java.lang.String getHost()
int getPort()
java.lang.String getProtocol()
java.net.URL getUrl()
java.lang.String getIssueName()
java.lang.String getSeverity()
java.lang.String getConfidence()
java.lang.String getIssueBackground()
java.lang.String getRemediationBackground()
java.lang.String getIssueDetail()
java.lang.String getRemediationDetail()
IHttpRequestResponse[] getHttpMessages()