[wp-trac] [WordPress Trac] #43836: Update or patch getID3 library

WordPress Trac noreply at wordpress.org
Mon Apr 23 14:04:21 UTC 2018


#43836: Update or patch getID3 library
--------------------------+-----------------------------
 Reporter:  sanchothefat  |      Owner:  (none)
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Media         |    Version:  trunk
 Severity:  normal        |   Keywords:  needs-patch
  Focuses:                |
--------------------------+-----------------------------
 The getID3 library is a little out of date now and currently has the
 following defect.

 File names are sanitised in such a way that a double slash (or directory
 separator) eg. `//` is replaced by a single instance of that character.

 For file stream wrappers this is broken because a path like `s3://example`
 is changed to `s3:/example`.

 The latest version of the library doesn't have this issue (the offending
 line is commented out) but requires PHP 5.3.

 We should patch the offending line or update the entire library.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/43836>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list