#4087 closed defect (bug) (invalid)
wp-pass.php double stripslashes() input
| Reported by: | rob1n | Owned by: | rob1n |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 2.2 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
wp-pass.php require()'s wp-config.php, which in turn requires wp-settings.php, which goes through and stripslashes_deep() the GPC variables if magic_quotes_gpc is on.
Yet, wp-pass.php does this over again.
Attachments (1)
Change History (6)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Not committing it yet, as I just want to clarify.