| Detection Criteria |
- The application has one or more .groovy files, and
- All the application's .groovy files are POGOs (a POGO contains one or more classes), and
- None of the application's .groovy files contain a main method, and
- None of the application's .groovy files contain a shebang (#!) declaration, and
- The application does not have a WEB-INF subdirectory of its root directory.
|