Opened 4 years ago
Closed 4 years ago
#8576 closed enhancement (fixed)
Sanitize all possible Sort/Order variables
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 10.0.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | 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.
Commits (1)
- [13147] Sanitize all ORDER BY (ASC/DESC) values using the
bp_esc_sql_order
helper function where possible.… by @espellcaste 4 years ago
Pull Requests
- Loading…
Note: See
TracTickets for help on using
tickets.
Looks good! Thanks for your work on it 👏