Update documentation

TRAVIS_JOB_NUMBER=3081.1
TRAVIS_COMMIT_RANGE=79c1dbe55213...0023e5b0d330
This commit is contained in:
Travis CI (pmd-bot)
2018-11-15 15:06:23 +00:00
parent 0023e5b0d3
commit fda3aa16a3

View File

@ -46,7 +46,7 @@ through SSL. See http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q261188
**Priority:** Medium (3)
Avoid using expressions without escaping / sanitizing. This could lead to cross site scripting - as the expression
would be interpreted by the browser directly (e.g. "<script>alert('hello');</script>").
would be interpreted by the browser directly (e.g. "<script>alert('hello');</script>").
**This rule is defined by the following Java class:** [net.sourceforge.pmd.lang.jsp.rule.security.NoUnsanitizedJSPExpressionRule](https://github.com/pmd/pmd/blob/master/pmd-jsp/src/main/java/net/sourceforge/pmd/lang/jsp/rule/security/NoUnsanitizedJSPExpressionRule.java)