[웹드로우] 영카트5 보안패치 및 쿠폰존 기능추가 5.2.2

페이지 정보

조회 3,264회 작성일 2016-09-20 18:36 URL https://webdraw.kr/notice/455

본문

** 수정내역 ** 

 

영카트5에 사용자가 직접 쿠폰을 다운로드하여 사용할 수 있는 쿠폰존 기능이 추가됐습니다. 

쿠폰존 데모 : http://demo.sir.kr/gnuboard5/shop/couponzone.php 

 

쿠폰존 매뉴얼 : http://sir.kr/manual/yc5/273 

 

data/dbconfig.php 파일에 쿠폰존 테이블 코드를 추가합니다. 

 

$g5['g5_shop_coupon_zone_table']   = G5_SHOP_TABLE_PREFIX.'coupon_zone';           // 쿠폰존 테이블

 

 

테이블 코드 추가 후 관리자 로그인하여 orderupgrade.php 파일을 실행합니다. 

 

 

https://github.com/gnuboard/youngcart5/commit/04ca574e6921ab115c96944c8fc58b20964040fd 

https://github.com/gnuboard/youngcart5/commit/69354225d5cf4bebc497053561b2942ff7a3196b 

https://github.com/gnuboard/youngcart5/commit/13bd37aad4ee7f69854852cb210b85974157faeb 

https://github.com/gnuboard/youngcart5/commit/b798df1e1ea686480eda9ba1856b8915cb95d586 

https://github.com/gnuboard/youngcart5/commit/e6053156828d3a4f5e5b44598e3285f78258c3e7 

https://github.com/gnuboard/youngcart5/commit/42a21e007d3b4084695d0fb78445a02331a0f357 

https://github.com/gnuboard/youngcart5/commit/31ba8603313f5bf58aa756e431aa83456b84f464 

https://github.com/gnuboard/youngcart5/commit/31c3594eaf00c95b7f1c1db7dd06494498ff5b4c 

https://github.com/gnuboard/youngcart5/commit/14611693f13906eb78b99b46b56f195f5f81aa68 

 

 

f3d8433 5.2.2 버전변경 

M      config.php 

97ced35 네이버페이 찜 테스트 경로 수정 

M      shop/settle_naverpay.inc.php 

6e1aa4a 쿠폰존 추가 

M      adm/admin.menu400.shop_1of2.php 

M      adm/css/admin.css 

M      adm/shop_admin/couponlist_delete.php 

A      adm/shop_admin/couponzoneform.php 

A      adm/shop_admin/couponzoneformupdate.php 

A      adm/shop_admin/couponzonelist.php 

A      adm/shop_admin/couponzonelist_delete.php 

M      css/mobile_shop.css 

M      install/gnuboard5shop.sql 

A      js/shop.couponzone.js 

M      lib/shop.lib.php 

M      mobile/shop/shop.head.php 

A      mobile/skin/shop/basic/couponzone.10.skin.php 

M      mobile/skin/shop/basic/style.css 

M      orderupgrade.php 

A      shop/ajax.coupondownload.php 

A      shop/couponzone.php 

M      shop/shop.head.php 

A      skin/shop/basic/couponzone.10.skin.php 

M      skin/shop/basic/style.css 

M      theme/basic/css/mobile_shop.css 

M      theme/basic/mobile/shop/shop.head.php 

A      theme/basic/mobile/skin/shop/basic/couponzone.10.skin.php 

M      theme/basic/mobile/skin/shop/basic/style.css 

M      theme/basic/shop/shop.head.php 

A      theme/basic/skin/shop/basic/couponzone.10.skin.php 

M      theme/basic/skin/shop/basic/style.css 

ac89a2d Merge branch 'g5' 

73bb020 옵션정보를 이용한 SQL Injection 취약점(16-682) 수정 

M      adm/shop_admin/itemformupdate.php 

M      adm/shop_admin/itemoption.php 

M      adm/shop_admin/itemsupply.php 

M      shop.config.php 

M      shop/cartupdate.php 

78a11a5 ITEM_ID 필터링 코드 추가(16-681) 

M      shop/naverpay/naverpay_item.php 

c46341e 오타로 인한 취약점 수정(16-680) 

M      mobile/shop/itemqaform.php 

M      shop/itemqaform.php 

20fe8fe LFI 취약점(16-679) 수정 

M      mobile/shop/event.php 

M      mobile/shop/listtype.php 

M      shop/event.php 

M      shop/listtype.php 

2457b96 오픈 리다이렉트 취약점(16-603) 수정 

M      lib/common.lib.php 

b3feb75 Merge branch 'g5' 

9655c53 htmlpurifier 4.8 업데이트 

M      plugin/htmlpurifier/HTMLPurifier.standalone.php 

M      plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema.ser 

A      plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.ID.HTML5.txt 

A      plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.AllowDuplicates.txt 

M      plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Cache.SerializerPermissions. 

A      plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.TargetNoreferrer.txt 

M      plugin/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.AllowedSchemes.txt 

M      plugin/htmlpurifier/standalone/HTMLPurifier/Printer/ConfigForm.php​ 


MENU