Plugin Directory

Changeset 3349558


Ignore:
Timestamp:
08/25/2025 09:26:40 AM (7 months ago)
Author:
gfazioli
Message:

Fix SSRF vulnerability in external banner uploads

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-bannerize-pro/trunk/wp-bannerize.php

    r3249499 r3349558  
    55 * Plugin URI: https://bannerize.vercel.app/
    66 * Description: Bannerize is a WordPress plugin that enables quick and easy creation and management of advertising banners. It allows you to track views and clicks, providing insights into the effectiveness of your campaigns.
    7  * Version: 1.10.0
     7 * Version: 1.11.0
    88 * Requires at least: 6.2
    99 * Requires PHP: 7.4
     
    1818
    1919if (!defined('ABSPATH')) {
    20     exit();
     20  exit();
    2121}
    2222
Note: See TracChangeset for help on using the changeset viewer.