[보안패치]영카트 5.4.1.3 > 영카트5 다운로드

영카트5 다운로드

[보안패치]영카트 5.4.1.3 정보

[보안패치]영카트 5.4.1.3

첨부파일

youngcart5.4.1.3.tar.gz (10.0M) 384회 다운로드 2019-12-23 10:41:04
youngcart5.4.1.3.patch.tar.gz (206.6K) 154회 다운로드 2019-12-23 10:41:04

본문

** 수정내역 **



PC 결제 이니시스 리다이렉트 HTTPS URL 코드 수정
회원 사이드 뷰 사용시 최신글에서 사용되는 코드 수정
iframe 허용 조건에 www.google.com 추가
로젠택배 조회url 수정
kcaptcha 페이지 오타 수정
관련상품 스킨 링크 표기 수정
html_process 변수에 method가 존재하는지 체크과정 추가
theme 설정 hook 이벤트 추가
[KVE-2019-1508]XSS 취약점 수정  ( KISA 에서 알려주셨습니다 )
영카트 theme 설정 hook 이벤트 추가
영카트 테마 사용중일때 사용안함으로 설정시 일어날수 있는 오류 최소화
5.3 이하 버전과 호환되지 않는 잘못된 코드 수정
주문요청 로그 테이블 디비업그레이드시 체크 과정 추가
관리자 디비업그레이드시 체크 과정 추가
중복된 css 코드 수정
css js 버전 코드 수정
5.4.1.3 버전변경



https://github.com/gnuboard/youngcart5/commit/943ac60016c6a09f8abe5b036f1dd75aac698198
https://github.com/gnuboard/youngcart5/commit/e1e30f115f225493c8def8d004d810d9b8636041
https://github.com/gnuboard/youngcart5/commit/e5a79d8b12a2aae0468290c1da8b98dfa435bd0e
https://github.com/gnuboard/youngcart5/commit/4e3af705ff14e89dbad3c3ac684123bf0ab33953
https://github.com/gnuboard/youngcart5/commit/add25ed6ed9c4e0907e647769006e35312103644
https://github.com/gnuboard/youngcart5/commit/6d92a9a38203e3d4482db45bce991314459bcee3
https://github.com/gnuboard/youngcart5/commit/2c6e4121352d57f644d9e58f8e9de6f9c86804e9
https://github.com/gnuboard/youngcart5/commit/ee61963f6caec1ee618642a67b89b31661f26739
https://github.com/gnuboard/youngcart5/commit/814be94072952c283a8f1d404a0d084ab38535c4
https://github.com/gnuboard/youngcart5/commit/b564baccf63c07cdb53575679e6ce54cd3189032
https://github.com/gnuboard/youngcart5/commit/45007ab357d7fe8a9fc5d3f8d03cd604f75e2743
https://github.com/gnuboard/youngcart5/commit/08d0a1f4d7714b0e08aff889f14f7e373ea75803
https://github.com/gnuboard/youngcart5/commit/13e026dab15de6770ac66f4d371165bc90940fdf
https://github.com/gnuboard/youngcart5/commit/3843814709a95e38d6cedda1f706623d17e1f5a3
https://github.com/gnuboard/youngcart5/commit/ad15b093b39b8088931bae9d726f850f814aea26
https://github.com/gnuboard/youngcart5/commit/e11e4a5eceab6b71d8701c9fdceb2ae52147132b
https://github.com/gnuboard/youngcart5/commit/a040c3e56d8d641650c4bd2c5b1a884de3676b60




a040c3e 5.4.1.3 버전변경
M      config.php
e11e4a5 css js 버전 코드 수정
M      extend/version.extend.php
ad15b09 중복된 css 코드 수정
M      css/default_shop.css
M      theme/basic/css/default_shop.css
3843814 관리자 디비업그레이드시 체크 과정 추가
M      adm/dbupgrade.php
13e026d 주문요청 로그 테이블 디비업그레이드시 체크 과정 추가
M      adm/dbupgrade.php
08d0a1f 5.3 이하 버전과 호환되지 않는 잘못된 코드 수정
M      css/default_shop.css
M      css/mobile_shop.css
A      img/pay_icon1.png
A      img/pay_icon2.png
A      img/pay_icon3.png
A      img/pay_icon4.png
M      mobile/shop/mypage.php
M      mobile/shop/orderform.sub.php
M      shop/mypage.php
M      shop/orderform.sub.php
M      shop/orderinquiry.sub.php
M      shop/orderinquiryview.php
M      theme/basic/css/default_shop.css
M      theme/basic/css/mobile_shop.css
A      theme/basic/shop/mypage.php
A      theme/basic/shop/orderinquiryview.php
M      theme/basic/shop/shop.head.php
45007ab 영카트 테마 사용중일때 사용안함으로 설정시 일어날수 있는 오류 최소화
M      shop.config.php
b564bac 영카트 theme 설정 hook 이벤트 추가
M      adm/theme_config_load.php
814be94 [KVE-2019-1508]XSS 취약점 수정
M      adm/board_form_update.php
ee61963 theme 설정 hook 이벤트 추가
M      adm/theme_config_load.php
M      adm/theme_update.php
2c6e412 html_process 변수에 method가 존재하는지 체크과정 추가
M      lib/common.lib.php
6d92a9a 관련상품 스킨 링크 표기 수정
M      skin/shop/basic/relation.10.skin.php
M      theme/basic/skin/shop/basic/relation.10.skin.php
add25ed kcaptcha 페이지 오타 수정
M      plugin/kcaptcha/kcaptcha_result.php
4e3af70 로젠택배 조회url 수정
M      extend/shop.extend.php
e5a79d8 iframe 허용 조건에 www.google.com 추가
M      plugin/htmlpurifier/safeiframe.txt
e1e30f1 회원 사이드 뷰 사용시 최신글에서 사용되는 코드 수정
A      js/tooltipster/tooltipster.bundle.css
A      js/tooltipster/tooltipster.bundle.js
A      js/tooltipster/tooltipster.bundle.min.css
A      js/tooltipster/tooltipster.bundle.min.js
M      mobile/skin/latest/basic/latest.carousel.js
M      mobile/skin/latest/basic/latest.skin.php
M      mobile/skin/latest/basic/style.css
M      skin/latest/basic/style.css
M      skin/latest/pic_block/style.css
M      skin/latest/pic_list/style.css
M      theme/basic/mobile/skin/latest/basic/latest.carousel.js
M      theme/basic/mobile/skin/latest/basic/latest.skin.php
M      theme/basic/mobile/skin/latest/basic/style.css
M      theme/basic/skin/latest/basic/style.css
M      theme/basic/skin/latest/pic_block/style.css
M      theme/basic/skin/latest/pic_list/style.css
943ac60 PC 결제 이니시스 리다이렉트 HTTPS URL 코드 수정
M      shop/settle_inicis.inc.php

댓글 6개

전체 278 |RSS
영카트5 다운로드 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT