Opened 5 years ago
Closed 5 years ago
#8576 closed enhancement (fixed)
Sanitize all possible Sort/Order variables
| Reported by: | espellcaste | Owned by: | espellcaste |
|---|---|---|---|
| Priority: | normal | Milestone: | 10.0.0 |
| Component: | Core | Version: | |
| Severity: | normal | Keywords: | has-patch has-unit-tests commit |
| Cc: |
Description
BuddyPress is not consistent on how it escapes ORDER BY (ASC/DESC) values provided by the developers/users. This ticket changes that by using the bp_esc_sql_order helper function where possible.
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Looks good! Thanks for your work on it 👏