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