cleanup that was missed in prev. commit
This commit is contained in:
parent
9d49373486
commit
ac1b9e8311
@ -90,11 +90,6 @@ public class StoredXssCommentsTest extends AssignmentEndpointTest {
|
||||
assert(mvcResult.getResponse().getContentAsString().contains("<script>console.warn"));
|
||||
}
|
||||
|
||||
private Boolean hasScriptTagInComments () {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
//Could be used to test an encoding solution ... commented out so build will pass. Uncommenting will fail build, but leaving in as positive Security Unit Test
|
||||
// @Test
|
||||
// public void isEncoded() throws Exception {
|
||||
|
Loading…
x
Reference in New Issue
Block a user