Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Removes fetch and select queries from blacklist in full profiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
fubarhouse committed Apr 8, 2019
1 parent cefc2cc commit 286c851
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions Profiles/d7-full.profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ policies:
- "_POST"
- "exec\\("
- "db_query"
- "db_select"
- "db_merge"
- "db_update"
- "db_write_record"
Expand All @@ -191,16 +190,10 @@ policies:
- "mysqli"
- "sqlite"
- "db_query"
- "db_fetch"
- "db_result"
- "pager_query"
- "db_set_active"
- "db_select"
- "db_insert"
- "db_update"
- "db_delete"
- "fetchAll"
- "fetchField"
- "fetchObject"
- "fetchAssoc"
- "countQuery"
7 changes: 0 additions & 7 deletions Profiles/d8-full.profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ policies:
- "_POST"
- "exec\\("
- "db_query"
- "db_select"
- "db_merge"
- "db_update"
- "db_write_record"
Expand All @@ -196,16 +195,10 @@ policies:
- "mysqli"
- "sqlite"
- "db_query"
- "db_fetch"
- "db_result"
- "pager_query"
- "db_set_active"
- "db_select"
- "db_insert"
- "db_update"
- "db_delete"
- "fetchAll"
- "fetchField"
- "fetchObject"
- "fetchAssoc"
- "countQuery"

0 comments on commit 286c851

Please sign in to comment.