#2742 closed defect (bug) (fixed)
Improve user submitted data sanitization
Reported by: | johnjamesjacoby | Owned by: | |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | 2.0 |
Component: | Tools - Code Improvements | Keywords: | commit |
Cc: |
Description
This ticket is for general improvements to user submitted data sanitization.
There are a few places where form fields could be more appropriately sanitized. WordPress functions like sanitize_key()
& sanitize_user()
are being under utilized, and some $_POST
and $_GET
values are being trusted a bit more than they should be.
Commits imminent.
Change History (10)
Note: See
TracTickets for help on using
tickets.
In 5587: