Make WordPress Core

Opened 12 months ago

Closed 12 months ago

Last modified 12 months ago

#59199 closed defect (bug) (fixed)

Missing URL escape in wp-admin/upgrade.php

Reported by: dilipbheda's profile dilipbheda Owned by: audrasjb's profile audrasjb
Milestone: 6.4 Priority: normal
Severity: normal Version:
Component: Upgrade/Install Keywords: has-patch commit
Focuses: coding-standards Cc:

Description

Found missing escape for continue button URL in wp-admin/upgrade.php

Change History (5)

#2 @audrasjb
12 months ago

  • Keywords commit added
  • Milestone changed from Awaiting Review to 6.4
  • Owner set to audrasjb
  • Status changed from new to accepted

#3 @audrasjb
12 months ago

Thanks for spotting this, self assigning for commit.

#4 @audrasjb
12 months ago

  • Resolution set to fixed
  • Status changed from accepted to closed

In 56473:

Upgrade/Install: Add missing escaping function for get_option( 'home' ) in upgrade.php.

Props dilipbheda.
Fixes #59199.

Note: See TracTickets for help on using tickets.