net.sourceforge.pmd.lang.jsp.rule.basic
Class NoUnsanitizedJSPExpressionRule

java.lang.Object
  extended by net.sourceforge.pmd.AbstractPropertySource
      extended by net.sourceforge.pmd.lang.rule.AbstractRule
          extended by net.sourceforge.pmd.lang.jsp.rule.AbstractJspRule
              extended by net.sourceforge.pmd.lang.jsp.rule.basic.NoUnsanitizedJSPExpressionRule
All Implemented Interfaces:
JspParserVisitor, ImmutableLanguage, PropertySource, Rule

public class NoUnsanitizedJSPExpressionRule
extends AbstractJspRule

This rule detects unsanitized JSP Expressions (can lead to Cross Site Scripting (XSS) attacks)

Author:
maxime_robert

Field Summary
 
Fields inherited from class net.sourceforge.pmd.AbstractPropertySource
propertyDescriptors, propertyValuesByDescriptor
 
Fields inherited from interface net.sourceforge.pmd.Rule
VIOLATION_SUPPRESS_REGEX_DESCRIPTOR, VIOLATION_SUPPRESS_XPATH_DESCRIPTOR
 
Constructor Summary
NoUnsanitizedJSPExpressionRule()
           
 
Method Summary
 Object visit(ASTElExpression node, Object data)
           
 
Methods inherited from class net.sourceforge.pmd.lang.jsp.rule.AbstractJspRule
apply, setUsesTypeResolution, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visitAll
 
Methods inherited from class net.sourceforge.pmd.lang.rule.AbstractRule
addExample, addRuleChainVisit, addRuleChainVisit, addViolation, addViolation, addViolation, addViolationWithMessage, addViolationWithMessage, addViolationWithMessage, deepCopyValuesTo, end, equals, getDescription, getExamples, getExternalInfoUrl, getLanguage, getMaximumLanguageVersion, getMessage, getMinimumLanguageVersion, getName, getParserOptions, getPriority, getRuleChainVisits, getRuleClass, getRuleSetName, getSince, hashCode, isDeprecated, setDeprecated, setDescription, setExternalInfoUrl, setLanguage, setMaximumLanguageVersion, setMessage, setMinimumLanguageVersion, setName, setPriority, setRuleClass, setRuleSetName, setSince, setUsesDFA, start, usesDFA, usesRuleChain, usesTypeResolution
 
Methods inherited from class net.sourceforge.pmd.AbstractPropertySource
copyPropertyDescriptors, copyPropertyValues, definePropertyDescriptor, dysfunctionReason, getPropertiesByPropertyDescriptor, getProperty, getPropertyDescriptor, getPropertyDescriptors, hasDescriptor, ignoredProperties, setProperty, useDefaultValueFor, usesDefaultValues
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.pmd.PropertySource
definePropertyDescriptor, dysfunctionReason, getPropertiesByPropertyDescriptor, getProperty, getPropertyDescriptor, getPropertyDescriptors, hasDescriptor, ignoredProperties, setProperty, useDefaultValueFor, usesDefaultValues
 

Constructor Detail

NoUnsanitizedJSPExpressionRule

public NoUnsanitizedJSPExpressionRule()
Method Detail

visit

public Object visit(ASTElExpression node,
                    Object data)
Specified by:
visit in interface JspParserVisitor
Overrides:
visit in class AbstractJspRule


Copyright © 2002–2015 InfoEther. All rights reserved.