Opened 14 years ago
Closed 13 years ago
#1514 closed defect (bug) (worksforme)
Security sweep
Reported by: | johnjamesjacoby | Owned by: | |
---|---|---|---|
Milestone: | 2.0 | Priority: | high |
Severity: | normal | Version: | |
Component: | General - Administration | Keywords: | |
Cc: |
Description
Through out the development of the bbPress plugin, we've done our best to keep up with the best security practices of WordPress plugin development. That said, a complete security sweep should be done through the entire codebase to ensure nothing was overlooked.
Specific areas of interest are anonymous posting, and new topic/reply creation/editing.
Note: See
TracTickets for help on using
tickets.
(In [3135]) First round of security sweeps and final code clean-up. Includes new/edit topic functions, topic merge, and some strtoupper() checks on REQUEST_METHOD. See #1514.