tripal_core.coder_ignores.txt 771 B

123456789101112131415161718
  1. ; The file should be formatted this way :
  2. ; file:line:warning-type
  3. ; where warning-type is one of security, style, sql, i18n, comment, etc.
  4. ; This query selects from a non-drupal schema where the database prefixes are not
  5. ; applied and thus the curcly brackets ({}) are not needed
  6. tripal_core.schema.api.inc:55:sql
  7. tripal_core.schema.api.inc:61:sql
  8. tripal_core.api.inc:1060:sql
  9. tripal_core.api.inc:2153:sql
  10. ; Only module designers can create the criteria evaluated by drupal_eval since it
  11. ; is designed in a hook. Since module designers can already write php code to act on
  12. ; the database and the criteria is never subject to user input, this is not a security
  13. ; risk.
  14. tripal_core.api.inc:993:security
  15. tripal_core.api.inc:1029:security
  16. tripal_core.api.inc:1082:security