Changeset 2708173
- Timestamp:
- 04/11/2022 05:46:50 PM (4 years ago)
- Location:
- fast-flow-dashboard/trunk
- Files:
-
- 3 edited
-
fastflow.php (modified) (1 diff)
-
includes/fast-tagger-pages.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fast-flow-dashboard/trunk/fastflow.php
r2689915 r2708173 5 5 * Plugin URI: https://fastflow.io 6 6 * Description: User tagging and dashboard plugin for Fast Flow system 7 * Version: 1.2.1 07 * Version: 1.2.11 8 8 * Author: FastFlow.io 9 9 * Author URI: https://fastflow.io -
fast-flow-dashboard/trunk/includes/fast-tagger-pages.php
r1981978 r2708173 124 124 <tr><td width="10%"> 125 125 <form id="fast-tagger-quick-tags" method="post"> 126 <input type="hidden" name="page" value="<?php echo $_REQUEST['page']?>" />126 <input type="hidden" name="page" value="<?php echo esc_attr($_REQUEST['page']); ?>" /> 127 127 <input type="hidden" name="action" value="do_something" /> 128 128 <?php wp_nonce_field( 'tag_add_or_filter', 'tag_add_or_filter' ); ?> -
fast-flow-dashboard/trunk/readme.txt
r2689915 r2708173 65 65 == Changelog == 66 66 67 = 1.2.11 = 68 69 Fix for potential Cross Site Scripting vulnerability 70 67 71 = 1.2.10 = 68 72
Note: See TracChangeset
for help on using the changeset viewer.