Make WordPress Core

Opened 3 months ago

Closed 3 months ago

Last modified 3 months ago

#62706 closed defect (bug) (fixed)

Update Credits API to sha256

Reported by: haozi's profile haozi Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 6.8 Priority: normal
Severity: normal Version: trunk
Component: Privacy Keywords: has-patch
Focuses: Cc:

Description

In https://meta.trac.wordpress.org/ticket/7860 ,Credits API has been updated to return sha256 email hashes, but the core still has @md5.gravatar.com hardcoded in it, which should be changed to @sha256.gravatar.com to eliminate confusion.

Change History (5)

#1 @haozi
3 months ago

Releated ticket: #60638

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


3 months ago
#2

  • Keywords has-patch added

#3 @SergeyBiryukov
3 months ago

  • Milestone changed from Awaiting Review to 6.8
  • Owner set to SergeyBiryukov
  • Status changed from new to reviewing

#4 @SergeyBiryukov
3 months ago

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

In 59541:

Privacy: Replace hardcoded MD5 references in wp_credits_section_list().

The Credits API has been updated to return SHA-256 email hashes.

Follow-up to [59532], [meta14307].

Props haozi.
Fixes #62706, #60638.

@SergeyBiryukov commented on PR #8017:


3 months ago
#5

Thanks for the PR! Merged in r59541.

Note: See TracTickets for help on using tickets.