Skip to content

Commit

Permalink
#2992 Prevent XSS for body request
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrykb0802 committed Sep 26, 2024
1 parent 4cfdd4e commit 18f446b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ test {
includeTestsMatching "org.scada_lts.web.security.XssUtilsTest"
includeTestsMatching "org.scada_lts.web.mvc.api.validation.css.CssValidatorTestsSuite"
includeTestsMatching "org.scada_lts.web.security.XssUtilsTest"
includeTestsMatching "org.scada_lts.web.security.OwaspXssValidatorTestsSuite"
includeTestsMatching "org.scada_lts.web.beans.validation.xss.XssValidatorTestsSuite"
}

failFast = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
XssValidatorTest.class,
XssValidatorExceptionTest.class
})
public class OwaspXssValidatorTestsSuite {
public class XssValidatorTestsSuite {
}

0 comments on commit 18f446b

Please sign in to comment.