Skip to content
Permalink
Browse files Browse the repository at this point in the history
2.1 Fix Vulnerability
git-svn-id: https://plugins.svn.wordpress.org/mail-subscribe-list/trunk@724718 b8457f37-d9ea-0310-8a92-e5e31aec5664
  • Loading branch information
webfwd committed Jun 9, 2013
1 parent 12436a1 commit 484970e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions index.php
Expand Up @@ -89,8 +89,8 @@

echo '<tr>
<th class="check-column" style="padding:5px 0 2px 0"><input type="checkbox" name="rem[]" value="'.$row->id.'"></th>
<td>'.$row->sml_name.'</td>
<td>'.$row->sml_email.'</td>
<td>'.esc_js(esc_html($row->sml_name)).'</td>
<td>'.esc_js(esc_html($row->sml_email)).'</td>
</tr>';


Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Expand Up @@ -8,11 +8,11 @@ Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Simple customisable plugin that displays a name/email form where visitors can submit their information, managable in the WordPress admin.
Simple customisable plugin that displays a name/email form where visitors can submit their information, manageable in the WordPress admin.

== Description ==

This is a **simple plugin** that allows visitors to enter their name and email address on your website, the visitos details are then added to the subscribers list which is available to view and modify in the WordPress admin area.
This is a **simple plugin** that allows visitors to enter their name and email address on your website, the visitors details are then added to the subscribers list which is available to view and modify in the WordPress admin area.

This plugin can be used not only for Mailing List subscriptions but can be used generally for collecting email address and/or peoples names that are visiting your website.

Expand Down Expand Up @@ -89,6 +89,10 @@ No, this plugin was designed to collect email addresses from visitors. This plug

== Changelog ==

= 2.1

* Critical fix due to vulnerability found and fixed by Falcoz Kevin (aka 0pc0deFR). Thank you.

= 2.0.9 =

* Bug fixes.
Expand Down
2 changes: 1 addition & 1 deletion sml.php
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Mail Subscribe List
Plugin URI: http://www.webfwd.co.uk/packages/wordpress-hosting/
Description: Simple customisable plugin that displays a name/email form where visitors can submit their information, managable in the WordPress admin.
Version: 2.0.9
Version: 2.0.10
Author: Richard Leishman t/a Webforward
Author URI: http://www.webfwd.co.uk/
License: GPL
Expand Down

0 comments on commit 484970e

Please sign in to comment.