Skip to content

Commit 612c46d

Browse files
fix(security): defense-in-depth hardening for plugin_audit
Signed-off-by: Thomas Vincent <thomasvincent@gmail.com>
1 parent a40e395 commit 612c46d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

audit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ function audit_log() {
336336
</tr>
337337
</tr>
338338
</table>
339-
<input type='hidden' id='page' value='<?php print get_request_var('page');?>'>
339+
<input type='hidden' id='page' value='<?php print html_escape_request_var('page'); ?>'>
340340
</form>
341341
</td>
342342
</tr>

0 commit comments

Comments
 (0)