Opened 3 years ago
Closed 3 years ago
#8576 closed enhancement (fixed)
Sanitize all possible Sort/Order variables
Reported by: | espellcaste | Owned by: | espellcaste |
---|---|---|---|
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.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Looks good! Thanks for your work on it 👏