Class ApexXSSFromURLParamRule

  • All Implemented Interfaces:
    net.sourceforge.pmd.lang.apex.ast.ApexVisitor , net.sourceforge.pmd.lang.ast.AstVisitor , net.sourceforge.pmd.lang.rule.Rule , net.sourceforge.pmd.properties.PropertySource

    
    public class ApexXSSFromURLParamRule
    extends AbstractApexRule
                        

    Detects potential XSS when controller extracts a variable from URL query and uses it without escaping first

    Author:

    sergey.gorbaty