Make WordPress Core


Ignore:
Timestamp:
07/02/2020 03:46:17 PM (5 years ago)
Author:
desrosj
Message:

External Libraries: Update getID3 to version 1.9.20.

A full list of changes in this update can be found on GitHub: https://github.com/JamesHeinrich/getID3/compare/v1.9.19...v1.9.20.

Props hareesh-pillai, desrosj.
Previously [47601-47604].
Fixes #49945.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ID3/module.audio-video.flv.php

    r47601 r48278  
    5353//                                                            ///
    5454/////////////////////////////////////////////////////////////////
     55
     56if (!defined('GETID3_INCLUDEPATH')) { // prevent path-exposing attacks that access modules directly on public webservers
     57    exit;
     58}
    5559
    5660define('GETID3_FLV_TAG_AUDIO',          8);
Note: See TracChangeset for help on using the changeset viewer.