Make WordPress Core

Opened 7 months ago

Last modified 2 months ago

#63986 new defect (bug)

Multisite site registration table doesn't support IPv6

Reported by: dd32's profile dd32 Owned by:
Milestone: 7.1 Priority: normal
Severity: normal Version:
Component: Login and Registration Keywords: has-patch commit
Focuses: multisite Cc:

Description

The wp_registration_log table stores a log of created Multisite sites, this includes an IP address.

It appears that the table (and code) only expects a IPv4 address, not allowing for IPv6.

Attached PR is untested and only validated on a visual review.

Change History (5)

This ticket was mentioned in PR #9911 on WordPress/wordpress-develop by @dd32.


7 months ago
#1

  • Keywords has-patch added

#2 @SergeyBiryukov
7 months ago

  • Milestone changed from Awaiting Review to 6.9

#3 @wildworks
6 months ago

  • Milestone changed from 6.9 to 7.0

Since the 6.9 RC1 release is coming soon, I will punt this ticket to 7.0.

#4 @juanmaguitar
2 months ago

From today's Bug Scrub:

@dd32 There's feedback pending to be addressed on https://github.com/WordPress/wordpress-develop/pull/9911

Do you think will be ready on time for WP 7.0 or shall we punt it for a Future Release?

#5 @dd32
2 months ago

  • Keywords commit added
  • Milestone changed from 7.0 to 7.1

I'm not able to shepperd this into 7.0, bumping to 7.1 unless someone else wants to take it on.

Note: See TracTickets for help on using tickets.