Skip to content

Commit

Permalink
cleanup that was missed in prev. commit
Browse files Browse the repository at this point in the history
  • Loading branch information
misfir3 authored and nbaars committed May 23, 2018
1 parent 9d49373 commit ac1b9e8
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@ public void isNotEncoded() throws Exception {
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 {
Expand Down

0 comments on commit ac1b9e8

Please sign in to comment.