[그누•영카트] 그누보드 5.4.3.1

페이지 정보

shadow2fox shadow2fox 2,281 2 2 2020.11.24 22:41:42

평점

  • 평점 : 5점 (2명 참여)

본문


** 수정내역 **


CSS : #93 중복/미사용 코드 제거
관리자로 로그인시 data 폴더에 쓰기권한 또는 웹하드 용량이 있는지 체크과정 추가
불필요한 PHP버전 확인 삭제
회원 로그인 체크 페이지에 event hook 추가
sql_free_result 시 mysql resource 확인
소셜로그인 페이스북 아이디로 로그인 오류 수정 및 트위터 앱 링크 수정
get_file 함수에 hook 추가
아이코드 전송 데이터와 전송 결과를 초기화 하는 변수 코드 수정
관리자 환경설정의 접근차단IP 중 현재 접속 IP를 차단못하게 하기
delete_editor_thumbnail 에디터 썸네일이 삭제 안되는 오류 수정
게시판 : 스타일시트 기본스타일 커스터마이징 예약 부분 제거
게시판 : 갤러리 목록 이미지 높이값으로 height, max-height 지정하도록 변경 (10653)
게시판 : 갤러리 목록 bo_gallery_height 값이 0일 때, height/max-height inline 지정 예외처리
게시판 : 갤러리 목록 bo_gallery_height 값으로, 공지게시물 line-height 지정하도록 처리
회원아이콘 url에 파일수정시간 파라미터 추가
[KVE-2020-0797] 영카트 SQL 인젝션 취약점 수정 (KISA 에서 알려주셨습니다.)
[KVE-2020-0785, 0788] 타 아이디가 에디터 업로드 된 이미지 삭제 가능 취약점 수정 (KISA 에서 알려주셨습니다.)
소셜로그인 페이코, 구글 오류 수정
get_magic_quotes_gpc함수 DEPRECATED 에 대한 코드 수정
갤러리 목록 bo_gallery_height 스타일 추가 수정
버전 5.4.3.1 수정



https://github.com/gnuboard/gnuboard5/commit/c5ca99cd201fd8dc3fcd2a91a3ce4e47f0ede715
https://github.com/gnuboard/gnuboard5/commit/714c55485d96300c1485458d2de7e474d3d3e306
https://github.com/gnuboard/gnuboard5/commit/c0a92fdf0f815bcab97487cc8bda178b2fa98312
https://github.com/gnuboard/gnuboard5/commit/26a8d29b38866f7d201c445f02d89046ad05f1a0
https://github.com/gnuboard/gnuboard5/commit/ed1d882091e077c4027cf27e481ad696b3b3d595
https://github.com/gnuboard/gnuboard5/commit/5102e876493432b3dbf59cdd46e901f5708c6704
https://github.com/gnuboard/gnuboard5/commit/dd8e7d8e30706370afa5976b94eae08cf6ae2456
https://github.com/gnuboard/gnuboard5/commit/0832f72914e8cad18eea1a70b6f7c447fe4e2d3f
https://github.com/gnuboard/gnuboard5/commit/1cdb1b9397deb5f47ce5a45ca2ac8b6582d08f3d
https://github.com/gnuboard/gnuboard5/commit/90ff96c581b35474c33d3f27c5cf2ad780d18e27
https://github.com/gnuboard/gnuboard5/commit/ff2e30cd5935baf67527bb4ff1548edef473f783
https://github.com/gnuboard/gnuboard5/commit/1fa690cb2c85794936a8044cb43c26d64dd82250
https://github.com/gnuboard/gnuboard5/commit/10d3847c8dae1504f55643d3d2f587dd1848453f
https://github.com/gnuboard/gnuboard5/commit/75b3e34696f2efb5f6c1f389b727b4e25bd23e80
https://github.com/gnuboard/gnuboard5/commit/765889f67fc462592c1e2960c265951f41b4fa00
https://github.com/gnuboard/gnuboard5/commit/02b085b4be32584b80ae2e17ff8e34e554bdf9ab
https://github.com/gnuboard/gnuboard5/commit/afc8adf73709591c1e3f7bffe570cf23037976a2
https://github.com/gnuboard/gnuboard5/commit/68a3d59a57816b64810a85bde5eb008a24f8b528
https://github.com/gnuboard/gnuboard5/commit/54e5c1b8384f1fb16f779d808f3d8ad54040e014
https://github.com/gnuboard/gnuboard5/commit/a18cd9d971d2796c73edd5cca2bbc390788090ea
https://github.com/gnuboard/gnuboard5/commit/4ae4bea8e5a59be94eda9c8803ee654a23c661ce



a18cd9d 갤러리 목록 bo_gallery_height 스타일 추가 수정
M      skin/board/gallery/list.skin.php
M      theme/basic/skin/board/gallery/list.skin.php
4ae4bea 버전 5.4.3.1 수정
M      config.php
54e5c1b get_magic_quotes_gpc함수 DEPRECATED 에 대한 코드 수정
M      common.php
68a3d59 소셜로그인 페이코, 구글 오류 수정
M      adm/config_form.php
M      mobile/skin/social/img/sns_gp_s.png
M      mobile/skin/social/social_login.skin.php
M      mobile/skin/social/social_outlogin.skin.1.php
M      mobile/skin/social/social_register.skin.php
M      mobile/skin/social/style.css
M      plugin/social/Hybrid/Providers/Google.php
M      plugin/social/Hybrid/Providers/Payco.php
M      plugin/social/Hybrid/Providers/Twitter.php
M      plugin/social/includes/functions.php
M      skin/social/img/sns_gp_s.png
M      skin/social/social_login.skin.php
M      skin/social/social_outlogin.skin.1.php
M      skin/social/social_register.skin.php
M      skin/social/style.css
afc8adf [KVE-2020-0785, 0788] 타 아이디가 에디터 업로드 된 이미지 삭제 가능 취약점 수정
M      plugin/editor/cheditor5/imageUpload/config.php
M      plugin/editor/smarteditor2/photo_uploader/popup/php/UploadHandler.php
02b085b [KVE-2020-0797] 영카트 SQL 인젝션 취약점 수정
M      lib/common.lib.php
765889f 회원아이콘 url에 파일수정시간 파라미터 추가
M      adm/member_form.php
M      bbs/register_form.php
M      extend/default.config.php
M      lib/common.lib.php
M      skin/member/basic/register_form.skin.php
M      skin/member/basic/style.css
M      theme/basic/skin/member/basic/register_form.skin.php
M      theme/basic/skin/member/basic/style.css
d980c46 Merge branch 'master' of github.com:gnuboard/g5
75b3e34 게시판 : 갤러리 목록 bo_gallery_height 값으로, 공지게시물 line-height 지정하도록 처리
M      skin/board/gallery/list.skin.php
M      skin/board/gallery/style.css
M      theme/basic/skin/board/gallery/list.skin.php
M      theme/basic/skin/board/gallery/style.css
10d3847 게시판 : 갤러리 목록 bo_gallery_height 값이 0일 때, height/max-height inline 지정 예외
M      skin/board/gallery/list.skin.php
M      theme/basic/skin/board/gallery/list.skin.php
424d29a Merge branch 'master' of github.com:gnuboard/g5
b6c6644 Merge branch 'master' of github.com:gnuboard/g5
1fa690c 게시판 : 갤러리 목록 이미지 높이값으로 height, max-height 지정하도록 변경 (10653)
M      skin/board/gallery/list.skin.php
M      skin/board/gallery/style.css
M      theme/basic/skin/board/gallery/list.skin.php
M      theme/basic/skin/board/gallery/style.css
ff2e30c 게시판 : 스타일시트 기본스타일 커스터마이징 예약 부분 제거
M      skin/board/basic/style.css
M      skin/board/gallery/style.css
M      theme/basic/skin/board/basic/style.css
M      theme/basic/skin/board/gallery/style.css
90ff96c delete_editor_thumbnail 에디터 썸네일이 삭제 안되는 오류 수정
M      lib/common.lib.php
1cdb1b9 관리자 환경설정의 접근차단IP 중 현재 접속 IP를 차단못하게 하기
M      adm/config_form.php
M      adm/config_form_update.php
0832f72 아이코드 전송 데이터와 전송 결과를 초기화 하는 변수 코드 수정
M      lib/icode.lms.lib.php
M      lib/icode.sms.lib.php
4f2e891 Merge branch 'master' of github.com:gnuboard/g5
dd8e7d8 get_file 함수에 hook 추가
M      lib/common.lib.php
5102e87 소셜로그인 페이스북 아이디로 로그인 오류 수정 및 트위터 앱 링크 수정
M      adm/config_form.php
M      plugin/social/includes/functions.php
ed1d882 sql_free_result 시 mysql resource 확인
M      lib/common.lib.php
26a8d29 회원 로그인 체크 페이지에 event hook 추가
M      bbs/login_check.php
c0a92fd 불필요한 PHP버전 확인 삭제
M      config.php
714c554 관리자로 로그인시 data 폴더에 쓰기권한 또는 웹하드 용량이 있는지 체크과정 추가
M      bbs/login_check.php
c5ca99c CSS : #93 중복/미사용 코드 제거
M      adm/sms_admin/css/sms5.css
M      css/default.css
M      mobile/skin/board/basic/style.css
M      mobile/skin/board/gallery/style.css
M      mobile/skin/latest/basic/style.css
M      skin/board/gallery/style.css
M      skin/latest/pic_block/style.css
M      skin/latest/pic_list/style.css
M      theme/basic/css/default.css
추천인 2
  • 012i1052u
    내사랑
  • skyfield4u
    하늘구장
shadow2fox
10
shadow2fox - 회원등급 : 자연/Level 147 - 포인트 : 2,613,666
레벨 147
경험치 3,240,414

Progress Bar 47.88%

- 가입일 : 2015-03-10 12:21:44
- 서명 : 인간에게 가장 큰 선물은 자기 자신에게 기회를 주는 것이다. - 크리스 가드너, Chris Gardner -
- 자기소개 : There's never a shortcut to happiness.

댓글2

하늘구장님의 댓글

skyfield4u
하늘구장 2020.11.25 22:16
이번 패치는 양이 좀 되네요 정보 감사합니다

내사랑님의 댓글

012i1052u
내사랑 2020.11.25 00:35
패치가 있었네요 피곤한데 패치하고 자야겠네요 감사합니다

축하합니다. 첫 댓글로 25경험치를 획득하였습니다.

Total 762526 페이지

제목 글쓴이 날짜 조회 추천
이윰  댓글+1🏆 팝업창 페이지에서도 띄우기 shadow2fox 2019.02.05 2,328 1
이윰  댓글+1🏆 카카오TV 플레이어 최신 버전 재생 오류 해결하기 shadow2fox 2019.03.11 3,071 1
이윰  댓글+1🏆 Eyoom Builder 3.0.8 패치 shadow2fox 2019.03.12 2,596 1
이윰  댓글+1🏆 게시글 추천시 글 작성자에게 포인트 부여하기 shadow2fox 2019.03.15 2,127 1
JavaScript  댓글+1🏆 텍스트 타입의 input 태그에 텍스트 입력 시 앞뒤 공백제거 shadow2fox 2021.06.20 1,150 1
이윰  🏆 관리자는 본문 내용 없이 글 작성하기 루루아빠 2015.04.22 3,369 1
이윰  🏆 사이드바 없애기 루루아빠 2015.04.22 3,242 1
이윰  🏆 좀 더 전문적으로 관리자 본문 내용 없이 글 작성하기 루루아빠 2015.04.22 3,071 1
JavaScript  🏆 특정 div의 내용을 일정 시간마다 새로고침하기 루루아빠 2016.03.20 15,414 1
이윰  🏆 "카테고리"별 게시글 갯수 나타내기 루루아빠 2015.04.24 3,120 1
이윰  댓글+2🏆 본문 내 첨부된 이미지와 에디터로 업로드한 이미지 갯수 구하기 shadow2fox 2019.05.12 2,176 1
이윰  🏆 반응형 이미지를 위한 태그 루루아빠 2015.04.29 3,012 1
이윰  댓글+1🏆 마이홈과 마이페이지에서 사이드바 사용하지 않기 shadow2fox 2019.05.26 2,275 1
에디터  🏆 CKeditor4.x 소스 온전하게 보여주기 루루아빠 2015.05.06 3,835 1
이윰  🏆 모바일에서 이미지 넓이 높이 태그 제거하기 루루아빠 2015.05.07 2,780 1
기타  🏆 JWPlayer(6.9이상) 비디오 주위 파란색 테두리 없애기 루루아빠 2015.05.07 4,152 1
그누•영카트  댓글+2🏆 그누보드(영카트) 5.4.9 shadow2fox 2021.06.25 1,403 1
이윰  🏆 이윰 메뉴 설정시 사용중인 출력순서 에러 해결하기 루루아빠 2015.05.12 3,385 1
그누•영카트  댓글+1🏆 그누보드(영카트) 5.4.10 shadow2fox 2021.07.01 1,188 1
그누•영카트  댓글+1🏆 그누보드(영카트) 5.4.12 shadow2fox 2021.07.21 1,252 1
그누•영카트  🏆 이미지만 오른쪽 마우스 버튼 금지 루루아빠 2015.05.20 3,020 1
그누•영카트  댓글+2🏆 그누보드(영카트) 5.4.14 shadow2fox 2021.08.11 1,318 1
그누•영카트  댓글+1🏆 그누보드(영카트) 5.4.18 shadow2fox 2021.10.26 1,260 1
PHP  댓글+2🏆 PHP 8.1.0 이용 시 그누보드 visit 관련 DB에서 MYSQL PHP Fatal error 루루아빠 2021.11.26 2,265 1
그누•영카트  댓글+1🏆 그누보드(영카트) 5.4.19 shadow2fox 2021.12.10 1,833 1
그누•영카트  댓글+1 그누보드(영카트) 5.4.20 shadow2fox 2021.12.23 894 1
에디터  🏆 CKeditor4.x 글 작성시 스페이스 공란이   로 자동으로 변경되는 문제 해결 루루아빠 2016.11.06 3,193 1
그누•영카트  댓글+1🏆 그누보드(영카트) 5.4.22 shadow2fox 2022.01.18 1,103 1
그누•영카트  댓글+1🏆 그누보드 5.4.1.3 shadow2fox 2019.12.24 2,261 1
그누•영카트  🏆 그누보드 전체 검색에서도 단어 필터링 적용하기 루루아빠 2017.01.09 2,855 1