|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.codenarc.rule.AbstractAstVisitorRule
groovy.org.codenarc.rule.grails.GrailsMassAssignmentRule
class GrailsMassAssignmentRule extends AbstractAstVisitorRule
Untrusted input should not be allowed to set arbitrary object fields without restriction. TODO: Switch from name-based detection to type based detection when Grails domain object interfaces are detectable
| Property Summary | |
|---|---|
Class |
astVisitorClass
|
String |
name
|
int |
priority
|
| Property Detail |
|---|
Class astVisitorClass
String name
int priority
Groovy Documentation