|
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.security.FileCreateTempFileRule
class FileCreateTempFileRule extends AbstractAstVisitorRule
The File.createTempFile() method is insecure, and has been deprecated by the ESAPI secure coding library. It has been replaced by the ESAPI Randomizer.getRandomFilename(String) method. By default, this rule does not apply to test files.
Property Summary | |
---|---|
Class |
astVisitorClass
|
String |
doNotApplyToFilesMatching
|
String |
name
|
int |
priority
|
Property Detail |
---|
Class astVisitorClass
String doNotApplyToFilesMatching
String name
int priority
Groovy Documentation