#2742 closed defect (bug) (fixed)
Improve user submitted data sanitization
| Reported by: | johnjamesjacoby | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.6 |
| Component: | Tools - Code Improvements | Version: | 2.0 |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 5587: