Add contact email for security issues

This commit is contained in:
Kijin Sung 2016-01-14 15:28:40 +09:00
parent 16d5af8845
commit ec97087543
6 changed files with 10 additions and 5 deletions

View file

@ -7,6 +7,7 @@
오래된 이슈라도 메일로 알림이 전달되므로 묻힐 염려가 없습니다. 오래된 이슈라도 메일로 알림이 전달되므로 묻힐 염려가 없습니다.
- 무관한 이슈에 댓글을 달지 말아 주십시오. 엉뚱한 사람에게 메일 알림이 전달됩니다. - 무관한 이슈에 댓글을 달지 말아 주십시오. 엉뚱한 사람에게 메일 알림이 전달됩니다.
- 2가지 이상 서로 다른 문제가 있는 경우, 각각 이슈를 등록해 주십시오. - 2가지 이상 서로 다른 문제가 있는 경우, 각각 이슈를 등록해 주십시오.
- 보안 취약점은 공개적으로 언급하지 말고 devops@rhymix.org로 알려 주시면 감사하겠습니다.
- **버그 신고 전 자신의 서버가 RhymiX의 실행 환경을 충족하는지 확인해 주십시오.** - **버그 신고 전 자신의 서버가 RhymiX의 실행 환경을 충족하는지 확인해 주십시오.**
- PHP 5.3 미만, EUC-KR 환경, 퍼미션 오류 등은 호스팅 업체에 문의하셔야 합니다. - PHP 5.3 미만, EUC-KR 환경, 퍼미션 오류 등은 호스팅 업체에 문의하셔야 합니다.
- 자신의 서버 환경은 `phpinfo`를 사용하여 확인할 수 있습니다. - 자신의 서버 환경은 `phpinfo`를 사용하여 확인할 수 있습니다.

View file

@ -1,2 +1,2 @@
Copyright (c) RhymiX Developers and Contributors Copyright (c) RhymiX Developers and Contributors <devops@rhymix.org>
Copyright (c) NAVER <http://www.navercorp.com> Copyright (c) NAVER <http://www.navercorp.com>

View file

@ -1,11 +1,12 @@
Copyright (c) RhymiX Developers and Contributors <devops@rhymix.org>
Copyright (C) NAVER <http://www.navercorp.com> Copyright (C) NAVER <http://www.navercorp.com>
XE is an opensource and being developed in the opensource project. RhymiX is an opensource and being developed in the opensource project.
For more information, please see the link below. For more information, please see the link below.
- Official website: http://www.xpressengine.com - Official website: http://www.xpressengine.com
- Official Repository: http://github.com/xpressengine/ - Official Repository: http://github.com/xpressengine/
"XpressEngine (XE)" is free software; you can redistribute it and/or RhymiX is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version. version 2.1 of the License, or (at your option) any later version.

View file

@ -44,6 +44,9 @@ RhymiX는 개발자, 디자이너, 번역가 등의 도움과 일반 사용자
참여를 원하시는 분은 질서있고 효율적인 프로젝트 운영을 위해 참여를 원하시는 분은 질서있고 효율적인 프로젝트 운영을 위해
[CONTRIBUTING.md](./CONTRIBUTING.md)를 먼저 읽어 주시기 바랍니다. [CONTRIBUTING.md](./CONTRIBUTING.md)를 먼저 읽어 주시기 바랍니다.
보안 취약점을 발견하셨다면 해커들에게 알려지기 전에 먼저 패치를 작성할 수 있도록
devops@rhymix.org로 알려 주시면 감사하겠습니다.
### 공식 홈페이지 ### 공식 홈페이지
- XETOWN : https://www.xetown.com - XETOWN : https://www.xetown.com

View file

@ -5,7 +5,7 @@
"license": "LGPL-2.1", "license": "LGPL-2.1",
"type": "project", "type": "project",
"authors": [ "authors": [
{ "name": "RhymiX Developers and Contributors" }, { "name": "RhymiX Developers and Contributors", "email": "devops@rhymix.org" },
{ "name": "NAVER", "email": "developers@xpressengine.com" } { "name": "NAVER", "email": "developers@xpressengine.com" }
], ],
"require": { "require": {

View file

@ -8,7 +8,7 @@
* *
* ----------------------------------------------------------------------------- * -----------------------------------------------------------------------------
* *
* Copyright (c) RhymiX Developers and Contributors * Copyright (c) RhymiX Developers and Contributors <devops@rhymix.org>
* *
* RhyMix is a derivative work (fork) of XpressEngine (XE) version 1.x. * RhyMix is a derivative work (fork) of XpressEngine (XE) version 1.x.
* *