Make WordPress Core

Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#59199 closed defect (bug) (fixed)

Missing URL escape in wp-admin/upgrade.php

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

Description

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

Change History (5)

#2 @audrasjb
3 years ago

  • Keywords commit added
  • Milestone Awaiting Review6.4
  • Owner set to audrasjb
  • Status newaccepted

#3 @audrasjb
3 years ago

Thanks for spotting this, self assigning for commit.

#4 @audrasjb
3 years ago

  • Resolutionfixed
  • Status acceptedclosed

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.