Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: def person = new Person() person.username = "username" person.password = "password" person.email = "person@gmail.com" person.save(flush: true) @Secured(['ROLE_SUPERUSER']) def getRecentlyUpdated() { def blahs= blahService.getRecentlyUpdated() blahs } <filter-mapping> <filter-name>springSecu Source: http://pastebin.com/raw.php?i=6G8dny05
↧