From e724ef72915f819efcfcce13c4b4b135b928fef6 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 13 Jun 2016 17:47:41 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EC=BB=A4=EB=A7=A8=EB=93=9C=20=EC=9D=B8?= =?UTF-8?q?=EC=A0=9D=EC=85=98=20=EC=B7=A8=EC=95=BD=EC=A0=90(16-418=20419)?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/okname/hpcert.config.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugin/okname/hpcert.config.php b/plugin/okname/hpcert.config.php index af36c47e8..06b54b4c7 100644 --- a/plugin/okname/hpcert.config.php +++ b/plugin/okname/hpcert.config.php @@ -33,6 +33,8 @@ else $clientDomain = $_SERVER['SERVER_NAME']; unset($p); +$clientDomain = escapeshellarg($clientDomain); + $rsv1 = '0'; // 예약 항목 $rsv2 = '0'; // 예약 항목 @@ -78,5 +80,5 @@ if($config['cf_cert_use'] == 2) { // ######################################################################## // # 리턴 URL 설정 // ######################################################################## -$returnUrl = G5_OKNAME_URL.'/hpcert2.php'; // 본인인증 완료후 리턴될 URL (도메인 포함 full path) +$returnUrl = escapeshellarg(G5_OKNAME_URL.'/hpcert2.php'); // 본인인증 완료후 리턴될 URL (도메인 포함 full path) ?> \ No newline at end of file From 2a9e72da41b865d082cfaf39eb2d5b5bf0719f3f Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 24 Jun 2016 17:17:02 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EA=B2=8C=EC=8B=9C=EA=B8=80=20=EB=8C=93?= =?UTF-8?q?=EA=B8=80=20=EC=82=AD=EC=A0=9C=20=EB=95=8C=20=ED=86=A0=ED=81=B0?= =?UTF-8?q?=20=EC=B2=B4=ED=81=AC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/delete.php | 10 +++++----- bbs/delete_comment.php | 10 +++++----- bbs/password.php | 6 ++++-- bbs/view.php | 8 ++------ bbs/view_comment.php | 10 ++++------ 5 files changed, 20 insertions(+), 24 deletions(-) diff --git a/bbs/delete.php b/bbs/delete.php index 3e75649cb..fe9f369be 100644 --- a/bbs/delete.php +++ b/bbs/delete.php @@ -1,11 +1,11 @@