tripal_core.coder_ignores.txt 913 B

123456789101112131415161718192021
  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 select statement is acting upon the pg_catalog schema rather then the Drupal
  5. ; schema and thus the curly brackets ({}) are not needed.
  6. tripal_core.schema.api.inc:54:sql
  7. tripal_core.schema.api.inc:59:sql
  8. tripal_core.api.inc:1953:sql
  9. ; This query selects from a non-drupal schema where the database prefixes are not
  10. ; applied and thus the curcly brackets ({}) are not needed
  11. tripal_core.api.inc:971:sql
  12. ; Only module designers can create the criteria evaluated by drupal_eval since it
  13. ; is designed in a hook. Since module designers can already write php code to act on
  14. ; the database and the criteria is never subject to user input, this is not a security
  15. ; risk.
  16. tripal_core.api.inc:906:security
  17. tripal_core.api.inc:941:security
  18. tripal_core.api.inc:992:security