\n");
315 | responseData.append("| URL: | ").append(Encode.forHtml(responseSet.getAttribute("url")))
316 | .append(" |
\n");
317 | responseData.append("| Risk: | ").append(Encode.forHtml(responseSet.getAttribute("risk")))
318 | .append(" |
\n");
319 | responseData.append("| Confidence: | ")
320 | .append(Encode.forHtml(responseSet.getAttribute("confidence"))).append(" |
\n");
321 | responseData.append("| Alert: | ").append(Encode.forHtml(responseSet.getAttribute("alert")))
322 | .append(" |
\n");
323 | responseData.append("| Attack: | ").append(Encode.forHtml(responseSet.getAttribute("attack")))
324 | .append(" |
\n");
325 | responseData.append("| Description: | ")
326 | .append(Encode.forHtml(responseSet.getAttribute("description"))).append(" |
\n");
327 | responseData.append("| Solution: | ")
328 | .append(Encode.forHtml(responseSet.getAttribute("solution"))).append(" |
\n");
329 | responseData.append("