Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#19076 closed defect (bug) (fixed)

smugmug oEmbed regex can match incorrect domains

Reported by: duck_'s profile duck_ Owned by: duck_'s profile duck_
Milestone: 3.3 Priority: normal
Severity: normal Version:
Component: Embeds Keywords: has-patch commit
Focuses: Cc:

Description

The smugmug oEmbed regex should add an escaped . to ensure it only matches "*.smugmug.com" and not something like "notsmugmug.com".

See also #17106

Attachments (1)

19076.diff (1.8 KB) - added by duck_ 12 years ago.

Download all attachments as: .zip

Change History (3)

@duck_
12 years ago

#1 @nacin
12 years ago

  • Keywords commit added
  • Milestone changed from Awaiting Review to 3.3

#2 @duck_
12 years ago

  • Owner set to duck_
  • Resolution set to fixed
  • Status changed from new to closed

In [19079]:

Ensure auto-embed only matches "smugmug.com" and its subdomains. Fixes #19076.

Note: See TracTickets for help on using tickets.